From d5dee4e6e4f1d4df37b182e580623e5be62e0f70 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 16 Jan 2023 14:00:58 +0100 Subject: [PATCH] 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. --- .gitlab/ci/gitaly.images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/gitaly.images.yml b/.gitlab/ci/gitaly.images.yml index ed13e75..e27d4c8 100644 --- a/.gitlab/ci/gitaly.images.yml +++ b/.gitlab/ci/gitaly.images.yml @@ -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']