From cfda93bc3460529f397fd492c05004a6998cd765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 25 Jul 2019 19:53:38 +0200 Subject: [PATCH] Update gomodules-info.html --- layouts/shortcodes/gomodules-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/gomodules-info.html b/layouts/shortcodes/gomodules-info.html index 62c3c6cf3..1498aee03 100644 --- a/layouts/shortcodes/gomodules-info.html +++ b/layouts/shortcodes/gomodules-info.html @@ -1,6 +1,6 @@ {{ $text := ` -Most of the commands for **Hugo Modules** requires a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads). +Most of the commands for **Hugo Modules** requires a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads). If you have an "older" site running on Netlify, you may have to set `GO_VERSION=1.12` in your Environment settings. For more information about Go Modules, see: