diff --git a/images/linux/scripts/installers/Configure-Toolset.ps1 b/images/linux/scripts/installers/Configure-Toolset.ps1 index 1b30dad30..f819eda9b 100644 --- a/images/linux/scripts/installers/Configure-Toolset.ps1 +++ b/images/linux/scripts/installers/Configure-Toolset.ps1 @@ -44,7 +44,6 @@ $toolsEnvironment = @{ } go = @{ command = "ln -s {0}/bin/* /usr/bin/" - defaultVariable = "GOROOT" variableTemplate = "GOROOT_{0}_{1}_X64" } } @@ -96,4 +95,4 @@ foreach ($tool in $toolset.toolcache) } } -Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset" \ No newline at end of file +Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"