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:
Stan Hu 2023-08-08 22:37:04 -07:00
parent 6baabc07e5
commit 31fffdee1f
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
4 changed files with 13 additions and 5 deletions

View file

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