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:
authorJaime Martinez <jmartinez@gitlab.com>2020-06-30 04:04:29 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-30 04:04:29 +0300
commit43a10756427e3287539b15541918c9c3d0b87aa5 (patch)
tree0cc14f9fd98292283a3a69bf9504bd0b0e8bb186 /.gitlab-ci.yml
parent0cdbc9fadb609c426b87a58796a14a5dd4f0e7dc (diff)
Drop Go 1.12 and bump minimum Go 1.13
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99875ecc..0e121cb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^security\//'
default:
- image: golang:1.12
+ image: golang:1.13
tags:
- gitlab-org
@@ -122,10 +122,6 @@ code_quality:
paths:
- ${REPORT_FILE}
-test:1.12:
- extends: .tests
- image: golang:1.12
-
test:1.13:
extends: .tests
image: golang:1.13