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-09-15 08:13:29 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-09-15 08:13:29 +0300
commiteab1b2a172243627ad3b90db24bb6abf8fdec3db (patch)
tree6a881ba6da75a1c45333d3429b5fc42f3123a248 /.gitlab
parente854f77d7a8a23bcce20421fbbc1e75b3945f888 (diff)
Run tests for Go 1.15test-go-1-15
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 8c4e757b..3218d8ee 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -23,6 +23,10 @@ test:1.14:
extends: .tests
image: golang:1.14
+test:1.15:
+ extends: .tests
+ image: golang:1.15
+
race:
extends: .go-mod-cache
stage: test