gitaly: Build UBI images with Go 1.19

We only build Gitaly's UBI images with Go 1.18, but Gitaly is about to
start supporting Go 1.19. Build images for both versions so that Gitaly
can upgrade their CI jobs to test with both versions.
This commit is contained in:
Patrick Steinhardt 2023-01-16 14:00:58 +01:00 committed by Stan Hu
parent 61c56290ab
commit d5dee4e6e4
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -22,6 +22,6 @@ gitaly:
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7', '3.0']
GOLANG: ['1.18']
GOLANG: ['1.18', '1.19']
RUST: ['1.65']
GIT: ['2.36']