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:
authorIgor Wiedler <iwiedler@gitlab.com>2020-05-12 15:18:37 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-05-12 15:18:37 +0300
commit055979c57343507d0bc14e8b64fd8fb0c44c5e32 (patch)
tree1ee22c4c4e26d715c346f3365c351c73e7370a76 /README.md
parentf7df688571720f616ac80311d2b75b57e9e5d112 (diff)
re-introduce support for go 1.12 as requested by @nolith
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fcb62cf..92f4287e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,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 v1.13.
+CNAMEs and SNI using HTTP/HTTP2. The minimum supported Go version is v1.12.
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