From fcae40dd500452b4167679a98a8ab2b1310aebe3 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 26 Feb 2020 09:58:44 +0000 Subject: Use Go 1.12 - 1.14 --- .gitlab-ci.yml | 8 ++++---- 1 file 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: -- cgit v1.2.1