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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-25 16:08:43 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-25 16:08:43 +0300
commit7c6ee208af018c212222dd1ba208a4697585e014 (patch)
tree45338f4379bc95db076ac31776943749bbd94cdc /.gitlab-ci.yml
parente4cb35a0ad94b24cd689364afdf371836180fae2 (diff)
Makefile: Upgrade default Git version to v2.33.0
Upgrade the default Git version to v2.33.0, released on August 16th. This Git version has been tested as part of our nightly pipelines for quite some time already given that we always test "master" and "next" branches. Changelog: changed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9be7fa05f..53e7f83a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
DOCKER_DRIVER: overlay2
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
- GIT_VERSION: "v2.32.0"
+ GIT_VERSION: "v2.33.0"
GO_VERSION: "1.16"
RUBY_VERSION: "2.7"
POSTGRES_VERSION: "12.6-alpine"
@@ -141,7 +141,7 @@ build:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
+ GIT_VERSION: [ "v2.31.1", "v2.32.0", "v2.33.0" ]
RUBY_VERSION: [ "2.7" ]
binaries:
@@ -184,7 +184,7 @@ test:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
+ GIT_VERSION: [ "v2.31.1", "v2.32.0", "v2.33.0" ]
TARGET: test
- GO_VERSION: "1.16"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]