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>2018-03-22 21:31:55 +0300
committerNick Thomas <nick@gitlab.com>2018-03-23 20:33:57 +0300
commit1d2583bfeaa82cf36f2502bb9406decbce987f71 (patch)
treebf605a201985368af8a13dc515bb445c89af285e /.gitlab-ci.yml
parent8cfda639dbf6735896ca5849ee5671cea71d2986 (diff)
Add go1.10 to the list of tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41dfb14d..5cc17b88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,11 @@ image: golang:1.8
test:1.8:
<<: *test
-
+
test:1.9:
image: golang:1.9
<<: *test
+
+test:1.10:
+ image: golang:1.10
+ <<: *test