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:
authorKarthik Nayak <knayak@gitlab.com>2022-09-19 18:26:07 +0300
committerKarthik Nayak <knayak@gitlab.com>2022-10-20 17:44:07 +0300
commit9092f5d9aac102a9d9cc18ac5c4c34b6ed2301a7 (patch)
tree76a1a00b5437a76692509641e0659cf3d8eea4d9 /.gitlab-ci.yml
parentd9c5112b24f6e88e43030cd8a46b0d23dde994a8 (diff)
Gitlab CI: Bump git version to v2.37.0
The current version of git in the Gitlab CI is v2.33.0, but we just bumped the minimum git version in Gitaly to v2.37.0. Let's stay consistent and bump the CI version to the same.
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 078861eb9..f1fa0f9fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,7 @@ build:
matrix:
- GO_VERSION: [ "1.17", "1.18" ]
TEST_BOOT_ARGS: "--bundled-git"
- - GIT_VERSION: "v2.33.0"
+ - GIT_VERSION: "v2.37.0"
build:binaries:
needs: []
@@ -185,7 +185,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.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