From 60b01b3d306d73318cb38e4f7db5757aed1d07bb Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 24 Feb 2021 14:47:16 +0500 Subject: [PATCH] [windows] remove GOROOT (#2710) --- images/win/scripts/Installers/Configure-Toolset.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/win/scripts/Installers/Configure-Toolset.ps1 b/images/win/scripts/Installers/Configure-Toolset.ps1 index 9e067ade..584122d7 100644 --- a/images/win/scripts/Installers/Configure-Toolset.ps1 +++ b/images/win/scripts/Installers/Configure-Toolset.ps1 @@ -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" \ No newline at end of file +Invoke-PesterTests -TestFile "Toolset"