Add Go 1.12 images

Allows Gitaly to start testing against Go 1.12.

Part of: https://gitlab.com/gitlab-org/gitaly/issues/1513
This commit is contained in:
Zeger-Jan van de Weg 2019-02-27 11:46:03 +01:00
parent facfabfab6
commit 31209c7e85
2 changed files with 9 additions and 0 deletions

View file

@ -22,6 +22,10 @@ function print_golang_args() {
INSTALL_GOLANG_VERSION=1.11
GOLANG_DOWNLOAD_SHA256=b3fcf280ff86558e0559e185b601c9eade0fd24c900b4c63cd14d1d38613e499
;;
1.12)
INSTALL_GOLANG_VERSION=1.12
GOLANG_DOWNLOAD_SHA256=750a07fef8579ae4839458701f4df690e0b20b8bcce33b437e4df89c451b6f13
;;
*) echo "Unknown golang version $1"; exit 1;
esac