Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.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:06:46 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-19 05:06:46 +0300
commit97b9e938a3d87935d52aad6fc3864144426c5d15 (patch)
treee27c0bac9732b714c2e241c1577ddc1e1f661195 /.gitlab
parentd79892fe182e3c28cd055bd34669d82c1ab5294b (diff)
ci: start integrating go 1.17 into the CI pipelines
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 26107b85..93870a8a 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -50,6 +50,18 @@ test-acceptance-inplace:1.16:
extends: .tests-acceptance-inplace
image: golang:1.16
+test:1.17:
+ extends: .tests-unit
+ image: golang:1.17
+
+test-acceptance:1.17:
+ extends: .tests-acceptance-tmpdir
+ image: golang:1.17
+
+test-acceptance-inplace:1.17:
+ extends: .tests-acceptance-inplace
+ image: golang:1.17
+
race:
extends: .tests-common
script: