From 482b0e6d478d5751407f124bda6296be084c62fa Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 4 Sep 2020 14:12:01 -0400 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e46ae4cd1a..163daa85b6 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3