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:
authorNick Thomas <nick@gitlab.com>2017-07-03 18:46:49 +0300
committerNick Thomas <nick@gitlab.com>2017-07-03 18:46:49 +0300
commit5b466171aaeae9a5931831bcef70e12435d41371 (patch)
treecf97fe42650d1809348eaf69b071321360fdbca0 /.gitlab-ci.yml
parent86e6f0e1134f990c4a5d3c4d5735db0f334d5551 (diff)
Go 1.8 is the minimum supported version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3a2fb80..8d056620 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,24 +8,6 @@ before_script:
- ln -sfv "$(pwd -P)" "$GODIR"
- cd "$GODIR"
-test:1.5:
- image: golang:1.5
- script:
- - make verify-lite
- - make acceptance
-
-test:1.6:
- image: golang:1.6
- script:
- - make verify
- - make acceptance
-
-test:1.7:
- image: golang:1.7
- script:
- - make verify
- - make acceptance
-
test:1.8:
image: golang:1.8
script: