mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
We need go1.8 for Gitaly
This commit is contained in:
parent
8ea3d2f229
commit
db4081aa36
2 changed files with 10 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ function print_golang_args() {
|
|||
|
||||
case "$1" in
|
||||
1.8)
|
||||
INSTALL_GOLANG_VERSION=1.8
|
||||
GOLANG_DOWNLOAD_SHA256=253ab94104ee3923e228a2cb2116e5e462ad3ebaeea06ff04463479d7f12d27ca
|
||||
INSTALL_GOLANG_VERSION=1.8.6
|
||||
GOLANG_DOWNLOAD_SHA256=f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff
|
||||
;;
|
||||
1.9)
|
||||
INSTALL_GOLANG_VERSION=1.9.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue