Merge branch 'go-version-fix' into 'master'

Fix version spec on custom-docker-build for go 1.8.6

See merge request gitlab-org/gitlab-build-images!74
This commit is contained in:
Stan Hu 2018-01-31 22:59:52 +00:00
commit 1e2e5bdc40

View file

@ -6,7 +6,7 @@ IFS=$'\n\t'
function print_golang_args() {
case "$1" in
1.8)
1.8|1.8.6)
INSTALL_GOLANG_VERSION=1.8.6
GOLANG_DOWNLOAD_SHA256=f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff
;;