mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
61c56290ab
commit
d5dee4e6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue