From: Bjørn Erik Pedersen Date: Tue, 4 Feb 2020 22:48:31 +0000 (+0100) Subject: Update Go version requirement X-Git-Tag: v0.64.1~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=23ea43180b84e35d99e88083a83e7ca1916b3b36;p=brevno-suite%2Fhugo Update Go version requirement We run tests on current + (current -1) (we also test on the latest Go source), which means that the current supported Go versions are Go 1.12 and 1.13. Closes #6853 --- diff --git a/README.md b/README.md index 47618508..2be03fa0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/ #### Prerequisite Tools * [Git](https://git-scm.com/) -* [Go (at least Go 1.11)](https://golang.org/dl/) +* [Go (we test it with the last 2 major versions)](https://golang.org/dl/) #### Fetch from GitHub