mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[windows] remove GOROOT (#2710)
This commit is contained in:
@@ -42,7 +42,6 @@ $toolsEnvironmentVariables = @{
|
||||
pathTemplates = @(
|
||||
"{0}\bin"
|
||||
)
|
||||
defaultVariable = "GOROOT"
|
||||
variableTemplate = "GOROOT_{0}_{1}_X64"
|
||||
}
|
||||
}
|
||||
@@ -79,4 +78,4 @@ foreach ($tool in $tools)
|
||||
}
|
||||
}
|
||||
|
||||
Invoke-PesterTests -TestFile "Toolset"
|
||||
Invoke-PesterTests -TestFile "Toolset"
|
||||
|
||||
Reference in New Issue
Block a user