From daf72c752a84a58c2cc1466fc1c48ea2a33ac308 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 5 Jul 2022 09:36:05 +0200 Subject: [PATCH] gitaly: Bump Go version to v1.17 and v1.18 Gitaly is in the process of migrating to Go v1.18 and has recently dropped support for v1.17. Adjust the Go versions of the Gitaly images accordingly. --- .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 ec0c05b..867c21c 100644 --- a/.gitlab/ci/gitaly.images.yml +++ b/.gitlab/ci/gitaly.images.yml @@ -8,7 +8,7 @@ gitaly: matrix: - OS: ['debian:bullseye'] RUBY: ['2.7', '3.0'] - GOLANG: ['1.16', '1.17'] + GOLANG: ['1.17', '1.18'] GIT: ['2.33'] PGBOUNCER: ['1.14', ''] POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client