diff options
author | techknowlogick | 2020-09-04 14:12:01 -0400 |
---|---|---|
committer | GitHub | 2020-09-04 14:12:01 -0400 |
commit | 482b0e6d478d5751407f124bda6296be084c62fa (patch) | |
tree | 3950c93299a42461760ead42b84e5c52a054afb6 /README.md | |
parent | 2a52aeec496b9b1581917124c1002b46f4304b37 (diff) |
Bump min required golang to 1.13 (#12717)
* Bump min required golang to 1.13
* Update config.yaml
* Update Makefile
* per silverwind feedback
* per silverwind
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ or if sqlite support is required: The `build` target is split into two sub-targets: -- `make backend` which requires [Go 1.12](https://golang.org/dl/) or greater. +- `make backend` which requires [Go 1.13](https://golang.org/dl/) or greater. - `make frontend` which requires [Node.js 10.13](https://nodejs.org/en/download/) or greater. If pre-built frontend files are present it is possible to only build the backend: |