Merge branch '66-add-go-1.16.2-to-build-images' into 'master'

Add Go 1.16.2 to the build images

Closes #66

See merge request gitlab-org/gitlab-build-images!381
This commit is contained in:
Rémy Coutable 2021-03-22 17:44:56 +00:00
commit 9ca0d2567b

View file

@ -15,6 +15,10 @@ function print_golang_args() {
INSTALL_GOLANG_VERSION=1.15.10
GOLANG_DOWNLOAD_SHA256=4aa1267517df32f2bf1cc3d55dfc27d0c6b2c2b0989449c96dd19273ccca051d
;;
1.16)
INSTALL_GOLANG_VERSION=1.16.2
GOLANG_DOWNLOAD_SHA256=542e936b19542e62679766194364f45141fde55169db2d8d01046555ca9eb4b8
;;
*) echo "Unknown golang version $1"; exit 1;
esac