From b213b50dda2a69d88a7be0798912d9ad46afa068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=22BKC=22=20Carlb=C3=A4cker?= Date: Tue, 16 Jan 2018 22:18:11 +0100 Subject: [PATCH] Update source installation requirements (#3124) * Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test --- doc/installation/from-source.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/from-source.en-us.md b/doc/installation/from-source.en-us.md index b4f804fd..d40e649c 100644 --- a/doc/installation/from-source.en-us.md +++ b/doc/installation/from-source.en-us.md @@ -17,7 +17,7 @@ menu: This section will not include basic [installation instructions](https://golang.org/doc/install). -**Note**: Go version 1.7 or higher is required +**Note**: Go version 1.8 or higher is required ## Download