Merge pull request #6211 from thaJeztah/bump_go_1.17.3

Update Go to 1.17.3
This commit is contained in:
Phil Estes
2021-11-08 11:49:23 -08:00
committed by GitHub
10 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
# Prepare windows environment for building and running containerd tests
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.17.2"; make = ""; nssm = "" }
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.17.3"; make = ""; nssm = "" }
write-host "Downloading chocolatey package"
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'