Update Go to 1.16.6

Release notes: https://golang.org/doc/devel/release#go1.16

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-07-13 14:05:06 +09:00
parent cbdebd18eb
commit e72046f86b
7 changed files with 16 additions and 16 deletions

View File

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