From f7df688571720f616ac80311d2b75b57e9e5d112 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 8 May 2020 12:44:52 +0200 Subject: bump minimum go version to 1.13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3 From 055979c57343507d0bc14e8b64fd8fb0c44c5e32 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 12 May 2020 14:18:37 +0200 Subject: re-introduce support for go 1.12 as requested by @nolith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3