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-02-28 08:20:35 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-02-28 08:20:35 +0300
commitf3fe8f814537a1761aacec7958af112fc1700a17 (patch)
treeace0adf5b42857eda32b04cdc123c10840bdb597 /.gitlab-ci.yml
parent70879969bde8aaf97d5ed97d15b904747a44bfb0 (diff)
Add golang:1.14 tests in CI and fix GitLab source client test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe193eb6..e896d586 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,10 @@ test:1.13:
extends: .tests
image: golang:1.13
+test:1.14:
+ extends: .tests
+ image: golang:1.14
+
race:
extends: .go-mod-cache
stage: test