mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
commit
57f7aae6a5
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
|
# 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue