mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
139a31965c
commit
e94fd5db83
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue