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.
This commit is contained in:
Patrick Steinhardt 2022-07-06 07:41:28 +02:00
parent 2e13e8067c
commit 54aeca3308

View file

@ -9,4 +9,4 @@ gitaly:
- OS: ['debian:bullseye'] - OS: ['debian:bullseye']
RUBY: ['2.7', '3.0'] RUBY: ['2.7', '3.0']
GOLANG: ['1.17', '1.18'] GOLANG: ['1.17', '1.18']
GIT: ['2.33'] GIT: ['2.36']