Skip to content

Commit

Permalink
Update Go version requirement
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bep committed Feb 4, 2020
1 parent 6a74cbe commit 23ea431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 23ea431

Please sign in to comment.