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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-19 05:30:35 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-25 21:56:08 +0300
commitfc69322dbf215d61646e2a3f1604b9f5568a8017 (patch)
treef5bae1ca0d24fb99a11b8bb9f8eb15d4022f904f /.gitlab-ci.yml
parent1666017997a643775e2022e72317a1ad714c2ea0 (diff)
ci: start integrating go 1.17 into the CI pipelines
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 53e7f83a2..23c8daa7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
GIT_VERSION: "v2.33.0"
- GO_VERSION: "1.16"
+ GO_VERSION: "1.17"
RUBY_VERSION: "2.7"
POSTGRES_VERSION: "12.6-alpine"
@@ -140,7 +140,7 @@ build:
- _support/test-boot .
parallel:
matrix:
- - GO_VERSION: [ "1.15", "1.16" ]
+ - GO_VERSION: [ "1.15", "1.16", "1.17" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0", "v2.33.0" ]
RUBY_VERSION: [ "2.7" ]
@@ -163,7 +163,7 @@ binaries:
expire_in: 6 months
parallel:
matrix:
- - GO_VERSION: [ "1.15", "1.16" ]
+ - GO_VERSION: [ "1.15", "1.16", "1.17" ]
test:
<<: *test_definition
@@ -183,10 +183,10 @@ test:
junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
parallel:
matrix:
- - GO_VERSION: [ "1.15", "1.16" ]
+ - GO_VERSION: [ "1.15", "1.16", "1.17" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0", "v2.33.0" ]
TARGET: test
- - GO_VERSION: "1.16"
+ - GO_VERSION: "1.17"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
nightly:git:
@@ -198,7 +198,7 @@ nightly:git:
- make all ${TARGET} GIT_PATCHES=
parallel:
matrix:
- - GO_VERSION: "1.16"
+ - GO_VERSION: "1.17"
GIT_VERSION: ["master", "next"]
TARGET: [ test, test-with-proxies, test-with-praefect ]
rules: