mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[ubuntu] Remove GOROOT (#2668)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user