diff options
author | wxiaoguang | 2021-08-22 03:04:17 +0800 |
---|---|---|
committer | GitHub | 2021-08-21 20:04:17 +0100 |
commit | 2d1935acc7b2a6ecc797346625b80caa7e0b5787 (patch) | |
tree | b082b89f2e65d0e8833f4675096ff4b29a864f75 /README.md | |
parent | 7844bf1430d5d2701c70ff525b6455c10cb23484 (diff) |
Upgrade go.mod go version to 1.16 (#16764)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |