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-04-21 23:04:54 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-25 13:43:55 +0300
commitb5d5457b1ab44c6fbadcff68b302f3104f629225 (patch)
treeab8f8129e3d88a22a82547af9a1cb5dd302e1387 /.gitlab
parentbd0314a207e2e20a9fef5a9f4392e1eee2ca19f3 (diff)
Drop go 1.16 support
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 b1115836..5c8e783b 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", "1.18"]
+ - GO_VERSION: ["1.17", "1.18"]
tests:
extends: .tests-matrix