Also install Go 1.22

This commit is contained in:
Ash McKenzie 2024-02-16 11:39:15 +00:00 committed by Stan Hu
parent 4201edcae2
commit 658f063dbb
5 changed files with 18 additions and 7 deletions

View file

@ -19,10 +19,10 @@ gitaly:
parallel:
matrix:
- OS: ['debian:bookworm']
GOLANG: ['1.20', '1.21']
GOLANG: ['1.20', '1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']
- OS: ['ubi:8.6']
GOLANG: ['1.20', '1.21']
GOLANG: ['1.20', '1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']

View file

@ -45,7 +45,7 @@ gitlab:
- OS: ['debian:bookworm', 'debian:bookworm-slim']
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
POSTGRESQL: ['13', '14', '15', '16']
GOLANG: ['1.20', '1.21']
GOLANG: ['1.20', '1.21', '1.22']
CHROME: ['120']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
@ -100,11 +100,11 @@ gitlab-workhorse:
matrix:
- OS: ['debian:bookworm']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.20', '1.21']
GOLANG: ['1.20', '1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.20', '1.21']
GOLANG: ['1.20', '1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']