Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-08-16 01:13:06 +0300
committerJohn Cai <jcai@gitlab.com>2022-08-16 01:13:06 +0300
commitdc672921252714b1d59920edffa13d1a4232301d (patch)
treec08e569428403bca34669e10c6d8ede02ccb443f
parent4128e23ac5533b0f3548d4a627e8a3e19718be5f (diff)
gitlab-ci: Update Git to 2.37.1jc-update-git-version-in-ci
Since we upgraded our minimum version to 2.37.1, it's time to upgrade CI to match.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..fd613c068 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -150,7 +150,7 @@ build:
matrix:
- GO_VERSION: [ "1.17", "1.18" ]
TEST_BOOT_ARGS: "--bundled-git"
- - GIT_VERSION: "v2.33.0"
+ - GIT_VERSION: "v2.37.1"
build:binaries:
needs: []
@@ -187,7 +187,7 @@ test:
# We also verify that things work as expected with a non-bundled Git
# version matching our minimum required Git version.
- TEST_TARGET: test
- GIT_VERSION: "v2.33.0"
+ GIT_VERSION: "v2.37.1"
# Execute tests with our minimum required Postgres version, as well. If
# the minimum version changes, please change this to the new minimum
# version. Furthermore, please make sure to update the minimum required