We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19af5a commit 9734b40Copy full SHA for 9734b40
1 file changed
script/setup/prepare_env_windows.ps1
@@ -1,6 +1,6 @@
1
# Prepare windows environment for building and running containerd tests
2
3
-$PACKAGES= @{ mingw = ""; git = ""; golang = "1.17.1"; make = ""; nssm = "" }
+$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.17.1"; make = ""; nssm = "" }
4
5
write-host "Downloading chocolatey package"
6
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'
0 commit comments