[windows] remove GOROOT (#2710)

This commit is contained in:
Sergey Dolin
2021-02-24 14:47:16 +05:00
committed by GitHub
parent 6fb455bd33
commit 60b01b3d30

View File

@@ -42,7 +42,6 @@ $toolsEnvironmentVariables = @{
pathTemplates = @( pathTemplates = @(
"{0}\bin" "{0}\bin"
) )
defaultVariable = "GOROOT"
variableTemplate = "GOROOT_{0}_{1}_X64" variableTemplate = "GOROOT_{0}_{1}_X64"
} }
} }
@@ -79,4 +78,4 @@ foreach ($tool in $tools)
} }
} }
Invoke-PesterTests -TestFile "Toolset" Invoke-PesterTests -TestFile "Toolset"