summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2018-01-16 22:18:11 +0100
committerGitHub <noreply@github.com>2018-01-16 22:18:11 +0100
commite722bdbb03cd44536e971ec183299be76397112c (patch)
tree0fc44ef7b80aa1284bf33c5acc807409925da15f /docs/content/doc/installation
parent095fb9f2e32fe78acb9bc034f0e1d60922ff1e60 (diff)
downloadgitea-e722bdbb03cd44536e971ec183299be76397112c.tar.gz
gitea-e722bdbb03cd44536e971ec183299be76397112c.zip
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
Diffstat (limited to 'docs/content/doc/installation')
-rw-r--r--docs/content/doc/installation/from-source.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md
index b4f804fd64..d40e649c84 100644
--- a/docs/content/doc/installation/from-source.en-us.md
+++ b/docs/content/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