mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
commit
1e2e5bdc40
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue