[ubuntu] Remove GOROOT (#2668)

This commit is contained in:
Sergey Dolin
2021-02-24 14:46:40 +05:00
committed by GitHub
parent bc981f3aab
commit 6fb455bd33

View File

@@ -44,7 +44,6 @@ $toolsEnvironment = @{
} }
go = @{ go = @{
command = "ln -s {0}/bin/* /usr/bin/" command = "ln -s {0}/bin/* /usr/bin/"
defaultVariable = "GOROOT"
variableTemplate = "GOROOT_{0}_{1}_X64" variableTemplate = "GOROOT_{0}_{1}_X64"
} }
} }
@@ -96,4 +95,4 @@ foreach ($tool in $toolset.toolcache)
} }
} }
Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset" Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"