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

github.com/gohugoio/hugoDocs.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>2019-07-25 20:53:38 +0300
committerGitHub <noreply@github.com>2019-07-25 20:53:38 +0300
commitcfda93bc3460529f397fd492c05004a6998cd765 (patch)
treebbf2eee8661b3bf7b7dfbc46d4dbc789007963c7 /layouts
parent5390d8a1cecd0abc20f34cfd34ac65230ae29b06 (diff)
Update gomodules-info.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/gomodules-info.html2
1 files changed, 1 insertions, 1 deletions
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: