summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-06-20 11:20:39 +0200
committerJacob Vosmaer <jacob@gitlab.com>2018-06-20 11:20:39 +0200
commit9a21ee915cb64235b492386e88f2ddd772d5376d (patch)
tree38353a19d1d65773332c36fc9581a5f8a6ef2a6b
parent71b7eac256218a499e35244b457efa354a8ea328 (diff)
downloadgitlab-shell-9a21ee915cb64235b492386e88f2ddd772d5376d.tar.gz
Run go build/test in CI with 1.9 and 1.10
-rw-r--r--.gitlab-ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7759390..47514bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,9 +53,13 @@ rspec:ruby2.1:
- support/go-test
- support/go-format check
-go:1.8:
+go:1.9:
<<: *go_definition
- image: golang:1.8
+ image: golang:1.9
+
+go:1.10:
+ <<: *go_definition
+ image: golang:1.10
codequality:
image: docker:stable