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:
authorKassio Borges <kassioborgesm@gmail.com>2023-02-08 20:26:09 +0300
committerKassio Borges <kassioborgesm@gmail.com>2023-02-08 20:26:09 +0300
commit89eade2153a0c43a3ae0dd131fe0b9a57955e763 (patch)
tree3fe8cb50c4d84545134b4e377c82be075c86af48 /.gitlab
parent298f8eccf2fcb88280be3ea6ecee81842c1f77d4 (diff)
Update go to 1.18
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 103f925e..ff373dbf 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -11,7 +11,7 @@
image: golang:${GO_VERSION}
parallel:
matrix:
- - GO_VERSION: ["1.17", "1.18", "1.19"]
+ - GO_VERSION: ["1.18", "1.19", "1.20"]
tests:
extends: .tests-matrix