Merge pull request #6081 from adelina-t/fix_tests

Fixes for Windows CI
This commit is contained in:
Derek McGowan 2021-10-04 10:29:31 -07:00 committed by GitHub
commit 4acb18c957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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