Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-05 01:48:31 +0300
committerGitHub <noreply@github.com>2020-02-05 01:48:31 +0300
commit23ea43180b84e35d99e88083a83e7ca1916b3b36 (patch)
tree67392c162190c67de02fe83e4cc38be299379b3d /README.md
parent6a74cbe9167a431256b22dd1fb53eaeb9f1808ea (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47618508e..2be03fa05 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