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:
authorIgor Wiedler <iwiedler@gitlab.com>2020-05-08 13:44:52 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-05-08 13:44:52 +0300
commitf7df688571720f616ac80311d2b75b57e9e5d112 (patch)
tree7c80d1ad66751df0cfb78d8043db0a13c9d80aed /.gitlab-ci.yml
parent62c8fd873f1c4150f26cddb3a9d6763d95c13b0a (diff)
bump minimum go version to 1.13
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b166537..f2bcba20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^security\//'
default:
- image: golang:1.11
+ image: golang:1.13
tags:
- gitlab-org
@@ -81,14 +81,6 @@ verify:
paths:
- coverage.html
-test:1.11:
- extends: .tests
- image: golang:1.11
-
-test:1.12:
- extends: .tests
- image: golang:1.12
-
test:1.13:
extends: .tests
image: golang:1.13