summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor <idrozdov@gitlab.com>2020-02-26 10:16:23 +0000
committerIgor <idrozdov@gitlab.com>2020-02-26 10:16:23 +0000
commit9e7533784ef729eab0b2dcc659892dbf1e0e0868 (patch)
treed288ab9999c16836968a63f42d663d39412c1b89
parenta7b6307397c0bf5414a102052042d405c3b40162 (diff)
parentfcae40dd500452b4167679a98a8ab2b1310aebe3 (diff)
downloadgitlab-shell-9e7533784ef729eab0b2dcc659892dbf1e0e0868.tar.gz
Merge branch 'go-1-14' into 'master'
Use Go 1.12 - 1.14 See merge request gitlab-org/gitlab-shell!363
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5da15b3..720108f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,10 +14,6 @@
script:
- make verify test
-go:1.11:
- <<: *test_definition
- image: golang:1.11
-
go:1.12:
<<: *test_definition
image: golang:1.12
@@ -26,6 +22,10 @@ go:1.13:
<<: *test_definition
image: golang:1.13
+go:1.14:
+ <<: *test_definition
+ image: golang:1.14
+
codequality:
image: docker:stable
variables: