mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Go 1.20 support
This commit is contained in:
parent
aff31cf90d
commit
de3bd7ec56
4 changed files with 22 additions and 10 deletions
|
|
@ -26,7 +26,7 @@ gitlab:
|
|||
RUBY: ['2.7.patched', '3.0.patched', '3.1.patched', '3.2.patched']
|
||||
GIT: ['2.36']
|
||||
POSTGRESQL: ['12', '13', '14', '15']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
RUST: ['1.65']
|
||||
NODE: ['16.14', '18.12']
|
||||
CHROME: ['109']
|
||||
|
|
@ -73,11 +73,11 @@ gitlab-workhorse:
|
|||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
- OS: ['ubi:8.6']
|
||||
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue