summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-03-20 10:29:31 -0400
committerGitHub <noreply@github.com>2020-03-20 10:29:31 -0400
commit2fa1078911af920172f5fca73d01d113262ed1bb (patch)
tree62f6c14ea1662f3d507022d069447307debd70d3 /README.md
parente5a008f7b2298977405fdbd806d3fa5ff4fd837e (diff)
downloadgitea-2fa1078911af920172f5fca73d01d113262ed1bb.tar.gz
gitea-2fa1078911af920172f5fca73d01d113262ed1bb.zip
go 1.14 (#10467)
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 7ce5de3a23..204acb2b20 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ or if sqlite support is required:
The `build` target is split into two sub-targets:
-- `make backend` which requires [Go 1.11](https://golang.org/dl/) or greater.
+- `make backend` which requires [Go 1.12](https://golang.org/dl/) or greater.
- `make frontend` which requires [Node.js 10](https://nodejs.org/en/download/) or greater.
If pre-built frontend files are present it is possible to only build the backend: