Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/.gitlab-ci.yml')
-rw-r--r--workhorse/.gitlab-ci.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/workhorse/.gitlab-ci.yml b/workhorse/.gitlab-ci.yml
index 69f25fde968..60d51b868b7 100644
--- a/workhorse/.gitlab-ci.yml
+++ b/workhorse/.gitlab-ci.yml
@@ -10,7 +10,7 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^[\d-]+-stable$/'
default:
- image: golang:1.13
+ image: golang:1.16
tags:
- gitlab-org
@@ -41,18 +41,14 @@ changelog:
- apt-get update && apt-get -y install libimage-exiftool-perl
- make test
-test using go 1.13:
- extends: .test
- image: golang:1.13
-
-test using go 1.14:
- extends: .test
- image: golang:1.14
-
test using go 1.15:
extends: .test
image: golang:1.15
+test using go 1.16:
+ extends: .test
+ image: golang:1.16
+
test:release:
rules:
- if: '$CI_COMMIT_TAG'