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-04-12 09:07:59 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-20 09:01:34 +0300
commit4ce9befe895ef469a09cc323e7703b732d3af01c (patch)
treeec0547d253d6f1efb9440aee10413afde74b8228 /.gitlab-ci.yml
parenta2a226ee65cd7dbd1a4e95f4411525cdb0139689 (diff)
ci: Upgrade to test Go versions 1.15 and 1.16
Bump the Go versions used to test Gitaly to 1.15 and 1.16.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a69c2f1c7..bf1a25bf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
GIT_VERSION: "v2.31.1"
- GO_VERSION: "1.15"
+ GO_VERSION: "1.16"
RUBY_VERSION: "2.7"
include:
@@ -117,7 +117,7 @@ build:
- _support/test-boot .
parallel:
matrix:
- - GO_VERSION: [ "1.14", "1.15" ]
+ - GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1" ]
binaries:
@@ -138,7 +138,7 @@ binaries:
expire_in: 6 months
parallel:
matrix:
- - GO_VERSION: [ "1.14", "1.15" ]
+ - GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: "v2.31.1"
test:
@@ -159,10 +159,10 @@ test:
junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
parallel:
matrix:
- - GO_VERSION: [ "1.14", "1.15" ]
+ - GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1" ]
TARGET: test
- - GO_VERSION: "1.15"
+ - GO_VERSION: "1.16"
GIT_VERSION: "v2.31.1"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
@@ -174,7 +174,7 @@ nightly:git:
- make all ${TARGET}
parallel:
matrix:
- - GO_VERSION: "1.15"
+ - GO_VERSION: "1.16"
GIT_VERSION: ["master", "next"]
TARGET: [ test, test-with-proxies, test-with-praefect ]
rules: