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:
authorJaime Martinez <jmartinez@gitlab.com>2022-08-05 04:34:15 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-08-05 04:34:15 +0300
commit14e310074668254398d13f74e647dd16df2cb12c (patch)
treeb10d37307b86f8971eb9331f0088e037617d498e
parent77e797a8b0ddadc635490826a57046eb172695e6 (diff)
parentab8bb7cf4820a0f725831ca45a547377151e4fc3 (diff)
Merge branch 'add-go-1-19-test-matrix' into 'master'
Add Go 1.19 to test matrix See merge request gitlab-org/gitlab-pages!829
-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