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:
authorVishal Tak <vtak@gitlab.com>2022-08-04 07:40:05 +0300
committerVishal Tak <vtak@gitlab.com>2022-08-04 07:40:05 +0300
commitab8bb7cf4820a0f725831ca45a547377151e4fc3 (patch)
tree51f7fb92e53da6b0e6461ff281e83dac97e4dcb6
parentda7df3a01ce5b5af205c06be9dad22e9b54efb10 (diff)
Add Go 1.19 to test matrix
-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 9a30f429..103f925e 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"]
+ - GO_VERSION: ["1.17", "1.18", "1.19"]
tests:
extends: .tests-matrix