diff options
author | Igor <idrozdov@gitlab.com> | 2020-02-26 10:16:23 +0000 |
---|---|---|
committer | Igor <idrozdov@gitlab.com> | 2020-02-26 10:16:23 +0000 |
commit | 9e7533784ef729eab0b2dcc659892dbf1e0e0868 (patch) | |
tree | d288ab9999c16836968a63f42d663d39412c1b89 | |
parent | a7b6307397c0bf5414a102052042d405c3b40162 (diff) | |
parent | fcae40dd500452b4167679a98a8ab2b1310aebe3 (diff) | |
download | gitlab-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.yml | 8 |
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: |