Skip to content

gitaly: Build UBI images with Go 1.19

Patrick Steinhardt requested to merge pks-gitaly-ubi-golang-1.19 into master

What does this MR do and why?

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.

Merge request reports