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:
authorNick Thomas <nick@gitlab.com>2019-07-24 16:28:43 +0300
committerNick Thomas <nick@gitlab.com>2019-07-24 16:28:43 +0300
commit44f7ce2cee73829eb578ac82a13e9a5ac8deb9b5 (patch)
treec658f70b50922b1e1a7d0553c4f5d1935884d261 /.gitlab-ci.yml
parent56f50b9badb17c72940989ccf3a4a92ea8ca88c5 (diff)
Only support modern golangs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 4 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2c8aaad..32819b76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,18 +27,10 @@ verify:
paths:
- coverage.html
-test:1.8:
- image: golang:1.8
- <<: *test
-
-test:1.9:
- image: golang:1.9
- <<: *test
-
-test:1.10:
- image: golang:1.10
- <<: *test
-
test:1.11:
image: golang:1.11
<<: *test
+
+test:1.12:
+ image: golang:1.12
+ <<: *test