Merge branch 'sh-upgrade-go1.17.7' into 'master'

Update to Go v1.17.7

See merge request gitlab-org/gitlab-build-images!491
This commit is contained in:
Stan Hu 2022-02-11 17:24:58 +00:00
commit 65b2618e8f

View file

@ -20,8 +20,8 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256=7d657e86493ac1d5892f340a7d88b862b12edb5ac6e73c099e8e0668a6c916b7
;;
1.17)
INSTALL_GOLANG_VERSION=1.17.6
GOLANG_DOWNLOAD_SHA256=231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2
INSTALL_GOLANG_VERSION=1.17.7
GOLANG_DOWNLOAD_SHA256=02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259
;;
*) echo "Unknown golang version $1"; exit 1;
esac