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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-06-06 12:39:50 +0300
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-06-06 12:39:50 +0300
commit305e3ba6c4e2bf1661104157ecdd66dc47c7a30e (patch)
treefdd0c43709a8dc889cae9fbf5e007a4d55fff07c
parent83b8d9226a05fddc547c0fe31ece5e9fc8abc596 (diff)
Stop testing with Go 1.5 => 1.7
-rw-r--r--.gitlab-ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b228769b0..1b8f75df2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,18 +13,6 @@ stages:
- make
- make test
-test:go1.5:
- <<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:golang-1.5-git-2.8.4
-
-test:go1.6:
- <<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:golang-1.6-git-2.8.4
-
-test:go1.7:
- <<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:golang-1.7-git-2.8.4
-
test:go1.8:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golang-1.8-git-2.8.4