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:
authorVladimir Shushlin <vshushlin@gitlab.com>2019-09-06 15:13:07 +0300
committerNick Thomas <nick@gitlab.com>2019-09-06 15:13:07 +0300
commit550dd015664c7ad40fc1e1d77d41a08a2083bc53 (patch)
tree035c4a2cba2d9bfd095b493194f8fc26859fa233 /.gitlab-ci.yml
parente52008397276437ce28bef3686df7562e281cf9d (diff)
Add golang 1.13 to the ci
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 32819b76..327a9bdf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,3 +34,7 @@ test:1.11:
test:1.12:
image: golang:1.12
<<: *test
+
+test:1.13:
+ image: golang:1.13
+ <<: *test