mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-24 21:26:09 +00:00
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
This commit is contained in:
committed by
GitHub
parent
0a13e391e9
commit
b213b50dda
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user