Merge branch 'sh-upgrade-golang-releases' into 'master'

Upgrade to Go v1.16.12 and v1.17.5

See merge request gitlab-org/gitlab-build-images!467
This commit is contained in:
DJ Mountney 2021-12-09 22:13:29 +00:00
commit 4d24d0dfb8

View file

@ -16,12 +16,12 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256=4aa1267517df32f2bf1cc3d55dfc27d0c6b2c2b0989449c96dd19273ccca051d
;;
1.16)
INSTALL_GOLANG_VERSION=1.16.10
GOLANG_DOWNLOAD_SHA256=414cd18ce1d193769b9e97d2401ad718755ab47816e13b2a1cde203d263b55cf
INSTALL_GOLANG_VERSION=1.16.12
GOLANG_DOWNLOAD_SHA256=7d657e86493ac1d5892f340a7d88b862b12edb5ac6e73c099e8e0668a6c916b7
;;
1.17)
INSTALL_GOLANG_VERSION=1.17.3
GOLANG_DOWNLOAD_SHA256=550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c
INSTALL_GOLANG_VERSION=1.17.5
GOLANG_DOWNLOAD_SHA256=bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e
;;
*) echo "Unknown golang version $1"; exit 1;
esac