Use Go to 1.21.6 and 1.20.13 to build

This commit is contained in:
Robert Marshall 2024-02-06 16:29:58 +00:00 committed by Balasankar 'Balu' C
parent 653ecf8dc0
commit bd863cd03d
6 changed files with 22 additions and 40 deletions

View file

@ -9,7 +9,7 @@
POSTGRESQL: '11'
RUBY: '3.0.patched'
GIT: '2.33'
GOLANG: '1.18'
GOLANG: '1.21'
KUBECTL: '1.23'
HELM: '3.9'

View file

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

View file

@ -99,11 +99,11 @@ gitlab-workhorse:
matrix:
- OS: ['debian:bullseye', 'debian:bookworm']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.19', '1.20', '1.21']
GOLANG: ['1.20', '1.21']
RUST: ['1.73']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.19', '1.20', '1.21']
GOLANG: ['1.20', '1.21']
RUST: ['1.73']
GIT: ['2.36']

View file

@ -12,7 +12,7 @@ gitlab-kas:
extends:
- .kas
variables:
GOLANG: '1.19'
GOLANG: '1.21'
RUST: '1.73'
LFS: '2.9'
CHROME: '119'