Merge branch 'sh-update-go-1.17' into 'master'

Add Go 1.17 to GitLab images building

See merge request gitlab-org/gitlab-build-images!470
This commit is contained in:
DJ Mountney 2021-12-10 17:00:19 +00:00
commit 57f7aae6a5

View file

@ -1,7 +1,6 @@
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml # Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
.gitlab-matrix: .gitlab-matrix:
variables: variables:
GOLANG: '1.16'
LFS: '2.9' LFS: '2.9'
CHROME: '89' CHROME: '89'
NODE: '14.15' NODE: '14.15'
@ -10,8 +9,9 @@
parallel: parallel:
matrix: matrix:
- RUBY: ['2.7.patched', '3.0.patched'] - RUBY: ['2.7.patched', '3.0.patched']
GIT: ['2.31', '2.33'] GIT: ['2.33']
POSTGRESQL: ['11', '12', '13'] POSTGRESQL: ['11', '12', '13']
GOLANG: ['1.16', '1.17']
gitlab test: gitlab test:
extends: extends: