mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add images for Golang 1.10 https://blog.golang.org/go1.10
This commit is contained in:
parent
205f4cf857
commit
d7dc7d0452
2 changed files with 12 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ function print_golang_args() {
|
|||
INSTALL_GOLANG_VERSION=1.9.2
|
||||
GOLANG_DOWNLOAD_SHA256=de874549d9a8d8d8062be05808509c09a88a248e77ec14eb77453530829ac02b
|
||||
;;
|
||||
1.10|1.10.0)
|
||||
INSTALL_GOLANG_VERSION=1.10
|
||||
GOLANG_DOWNLOAD_SHA256=b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33
|
||||
;;
|
||||
*) echo "Unknown golang version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue