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:
authorJaime Martinez <jmartinez@gitlab.com>2020-06-30 04:04:29 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-30 04:04:29 +0300
commit43a10756427e3287539b15541918c9c3d0b87aa5 (patch)
tree0cc14f9fd98292283a3a69bf9504bd0b0e8bb186 /README.md
parent0cdbc9fadb609c426b87a58796a14a5dd4f0e7dc (diff)
Drop Go 1.12 and bump minimum Go 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 0c3b0f5c..e4e42c6c 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.12.
+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