mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Go 1.21 to GitLab and Gitaly images
There is currently no FIPS branch for Go 1.21 yet, so we use the Go 1.20.6 branch as a placeholder for now.
This commit is contained in:
parent
6baabc07e5
commit
31fffdee1f
4 changed files with 13 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ gitlab:
|
|||
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
|
||||
GIT: ['2.36']
|
||||
POSTGRESQL: ['12', '13', '14', '15']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.65']
|
||||
NODE: ['18.17']
|
||||
CHROME: ['109', '113']
|
||||
|
|
@ -73,11 +73,11 @@ gitlab-workhorse:
|
|||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
- OS: ['ubi:8.6']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.19', '1.20']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue