mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Golang 1.11 for build images
Go released a new version this week; https://blog.golang.org/go1.11 which makes go 1.9 EOL. To remove that version from our testing matrix, we should make sure we support 1.11 first. This only creates the 1.11 build images, other projects need to do the cascading changes.
This commit is contained in:
parent
ab727b30d0
commit
2a7a78a829
2 changed files with 9 additions and 1 deletions
|
|
@ -72,6 +72,10 @@ ruby-2.4-golang-1.10-git-2.14 test: *test_custom
|
|||
ruby-2.4-golang-1.10-git-2.16 test: *test_custom
|
||||
ruby-2.4-golang-1.10-git-2.17 test: *test_custom
|
||||
ruby-2.4-golang-1.10-git-2.18 test: *test_custom
|
||||
ruby-2.4-golang-1.11-git-2.14 test: *test_custom
|
||||
ruby-2.4-golang-1.11-git-2.16 test: *test_custom
|
||||
ruby-2.4-golang-1.11-git-2.17 test: *test_custom
|
||||
ruby-2.4-golang-1.11-git-2.18 test: *test_custom
|
||||
|
||||
# Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml
|
||||
ruby-2.4.4-golang-1.9-git-2.18-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue