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>2020-10-20 10:51:18 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-22 13:59:11 +0300
commit4f42116a6bc6139576a905e95cfd2bd437e04c1b (patch)
tree01655ade5a7881ef9f80324378ec5b1b0899003d /.gitlab-ci.yml
parent19109e7090eb6dab2b8c0c168bbef76ceca79a31 (diff)
Upgrade to Git v2.29.0
With Git v2.29.0 having been released, let's upgrade to that version.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c776975a1..f00345c62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
CUSTOM_IMAGE_VERSION: ruby-2.6-golang-1.13-git-2.28
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
- GIT_VERSION: "v2.27.0"
+ GIT_VERSION: "v2.29.0"
danger-review:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:danger
@@ -111,7 +111,7 @@ build:
parallel:
matrix:
- GO_VERSION: [ "1.13", "1.14" ]
- GIT_VERSION: [ "v2.26.2", "v2.27.0", "v2.28.0" ]
+ GIT_VERSION: [ "v2.26.2", "v2.27.0", "v2.28.0", "v2.29.0" ]
binaries:
<<: *cache_definition
@@ -132,7 +132,7 @@ binaries:
parallel:
matrix:
- GO_VERSION: "1.14"
- GIT_VERSION: "v2.27.0"
+ GIT_VERSION: "v2.29.0"
- GO_VERSION: "1.13"
GIT_VERSION: "v2.26.2"
@@ -151,10 +151,10 @@ test:
parallel:
matrix:
- GO_VERSION: [ "1.13", "1.14" ]
- GIT_VERSION: [ "v2.26.2", "v2.27.0", "v2.28.0" ]
+ GIT_VERSION: [ "v2.26.2", "v2.27.0", "v2.28.0", "v2.29.0" ]
TARGET: test
- GO_VERSION: "1.14"
- GIT_VERSION: "v2.27.0"
+ GIT_VERSION: "v2.29.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
test:master: