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>2022-03-16 01:14:41 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-03-16 01:14:41 +0300
commit4085c884f798af981c31148300e38735da5b8e81 (patch)
tree3fd4127739836fab9c06875a8541022d0c6da69d /.gitlab
parentf6ada25223c6f9b531a1e30da576ee042b361c2e (diff)
ci: start integrating go 1.18 into the CI pipelines
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index e9bca5d6..0be07471 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -11,7 +11,7 @@
image: golang:${GO_VERSION}
parallel:
matrix:
- - GO_VERSION: ["1.16", "1.17"]
+ - GO_VERSION: ["1.16", "1.17", "1.18"]
tests:
extends: .tests-matrix