Update Go version requirement
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 4 Feb 2020 22:48:31 +0000 (23:48 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 22:48:31 +0000 (23:48 +0100)
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

README.md

index 47618508e42ea5f0913f289fc1de3471379f44c5..2be03fa059a2ae28cd79200449d98b9cdfa8ef63 100644 (file)
--- 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