From 54aeca330831758c18881203b10dae10fa2884fd Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 6 Jul 2022 07:41:28 +0200 Subject: [PATCH] gitaly: Update Git version to v2.36.0 Update the Git version to v2.36.0. While Gitaly doesn't rely on the Git version at all anymore, it feels like the right thing to do to update it to something more current than v2.33.0. --- .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 cf4c1d2..315f338 100644 --- a/.gitlab/ci/gitaly.images.yml +++ b/.gitlab/ci/gitaly.images.yml @@ -9,4 +9,4 @@ gitaly: - OS: ['debian:bullseye'] RUBY: ['2.7', '3.0'] GOLANG: ['1.17', '1.18'] - GIT: ['2.33'] + GIT: ['2.36']