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:
authorJustin Tobler <jtobler@gitlab.com>2023-07-04 22:20:52 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-07-05 19:59:41 +0300
commit3bb1afd6ca345bc37dd9021ca65846a696f1f924 (patch)
treedf31b68e2c2e36f514dc188abed7f2445b1ad303 /.gitlab-ci.yml
parent93b22126b838c5f4eb8a7c978bd6a9a1945d4ef3 (diff)
git: Bump minimum version of Git to 2.41
This change sets the required minimum version of Git to v2.41 so new Git features can be used.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86aaeed98..e5fd79e81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -186,7 +186,7 @@ build:
matrix:
- GO_VERSION: [ "1.19", "1.20" ]
TEST_BOOT_ARGS: "--bundled-git"
- - GIT_VERSION: "v2.40.0"
+ - GIT_VERSION: "v2.41.0"
build:binaries:
needs: []
@@ -223,7 +223,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.40.0"
+ GIT_VERSION: "v2.41.0"
# 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