From 7960822895ddd02d6ebb7040ce815b59cc1a70ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 4 Jan 2018 23:35:29 +0100 Subject: [PATCH] Fix min Go version in installing Closes https://github.com/gohugoio/hugo/issues/4223 --- content/getting-started/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index 0375ceead..cc3783353 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -66,7 +66,7 @@ choco install hugo -confirm #### Prerequisite Tools * [Git][installgit] -* [Go 1.5+][installgo] +* [Go (latest or previous version)][installgo] * [govendor][] #### Vendored Dependencies