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:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-07-25 10:00:00 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2019-07-25 10:00:00 +0300
commitf9d93bf764b3dd318501dd50fc3fbbe2ab5a6a8d (patch)
treec658f70b50922b1e1a7d0553c4f5d1935884d261
parent56f50b9badb17c72940989ccf3a4a92ea8ca88c5 (diff)
parent44f7ce2cee73829eb578ac82a13e9a5ac8deb9b5 (diff)
Merge branch 'only-support-modern-golangs' into 'master'
Only support modern golangs See merge request gitlab-org/gitlab-pages!160
-rw-r--r--.gitlab-ci.yml16
-rw-r--r--README.md2
2 files changed, 5 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2c8aaad..32819b76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,18 +27,10 @@ verify:
paths:
- coverage.html
-test:1.8:
- image: golang:1.8
- <<: *test
-
-test:1.9:
- image: golang:1.9
- <<: *test
-
-test:1.10:
- image: golang:1.10
- <<: *test
-
test:1.11:
image: golang:1.11
<<: *test
+
+test:1.12:
+ image: golang:1.12
+ <<: *test
diff --git a/README.md b/README.md
index eb2856f3..f81d582f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![coverage report](https://gitlab.com/gitlab-org/gitlab-pages/badges/master/coverage.svg)](https://gitlab.com/gitlab-org/gitlab-pages/commits/master)
This is a simple HTTP server written in Go, made to serve GitLab Pages with
-CNAMEs and SNI using HTTP/HTTP2. The minimum supported Go version is 1.8.
+CNAMEs and SNI using HTTP/HTTP2. The minimum supported Go version is v1.11.
This is made to work in small to medium-scale environments. Start-up time scales
with the number of projects being served, so the daemon is currently unsuitable