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.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/workhorse/.gitlab-ci.yml b/workhorse/.gitlab-ci.yml
index b3377c894e0..69f25fde968 100644
--- a/workhorse/.gitlab-ci.yml
+++ b/workhorse/.gitlab-ci.yml
@@ -49,6 +49,10 @@ test using go 1.14:
extends: .test
image: golang:1.14
+test using go 1.15:
+ extends: .test
+ image: golang:1.15
+
test:release:
rules:
- if: '$CI_COMMIT_TAG'