Add Go 1.17 to GitLab images building

We can also drop Git v2.31 now since v2.33 is the default.
This commit is contained in:
Stan Hu 2021-12-10 08:39:45 -08:00
parent 139a31965c
commit e94fd5db83
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

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