mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[ubuntu] Remove GOROOT (#2668)
This commit is contained in:
@@ -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"
|
||||
Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"
|
||||
|
||||
Reference in New Issue
Block a user