aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwxiaoguang2021-08-22 03:04:17 +0800
committerGitHub2021-08-21 20:04:17 +0100
commit2d1935acc7b2a6ecc797346625b80caa7e0b5787 (patch)
treeb082b89f2e65d0e8833f4675096ff4b29a864f75 /README.md
parent7844bf1430d5d2701c70ff525b6455c10cb23484 (diff)
Upgrade go.mod go version to 1.16 (#16764)
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 b2a147471..a10c009df 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ or if sqlite support is required:
The `build` target is split into two sub-targets:
-- `make backend` which requires [Go 1.13](https://golang.org/dl/) or greater.
+- `make backend` which requires [Go 1.16](https://golang.org/dl/) or greater.
- `make frontend` which requires [Node.js 12.17](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies.
When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity.