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-03-29 08:35:45 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-03-29 08:35:45 +0300
commitfed34fdd5ec221aff47f1e4365bcad0a2a0c8d06 (patch)
tree4a72e3cd694a9cb917ecb1c3c5f7a93f8cd231c9
parenta134e059dafa23f29255c1b626887ae16201a819 (diff)
ci: Upgrade git version to v2.31.1
Git has released the new bugfix release v2.31.1. Upgrade our CI to use that new version wherever we were using v2.31.0 previously.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0b31027a..23668f9d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ variables:
DOCKER_DRIVER: overlay2
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
- GIT_VERSION: "v2.31.0"
+ GIT_VERSION: "v2.31.1"
GO_VERSION: "1.15"
RUBY_VERSION: "2.7"
@@ -118,7 +118,7 @@ build:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: [ "v2.31.0" ]
+ GIT_VERSION: [ "v2.31.1" ]
- GO_VERSION: "1.15"
GIT_VERSION: "v2.29.0"
@@ -141,7 +141,7 @@ binaries:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: "v2.31.0"
+ GIT_VERSION: "v2.31.1"
test:
<<: *test_definition
@@ -162,10 +162,10 @@ test:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: [ "v2.31.0" ]
+ GIT_VERSION: [ "v2.31.1" ]
TARGET: test
- GO_VERSION: "1.15"
- GIT_VERSION: "v2.31.0"
+ GIT_VERSION: "v2.31.1"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
- GO_VERSION: "1.15"
GIT_VERSION: "v2.29.0"