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-08 13:44:52 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-05-08 13:44:52 +0300
commitf7df688571720f616ac80311d2b75b57e9e5d112 (patch)
tree7c80d1ad66751df0cfb78d8043db0a13c9d80aed /README.md
parent62c8fd873f1c4150f26cddb3a9d6763d95c13b0a (diff)
bump minimum go version to 1.13
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 ad4c9219..6fcb62cf 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.11.
+CNAMEs and SNI using HTTP/HTTP2. The minimum supported Go version is v1.13.
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