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:
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