gomodules-info.html (672B)
1 {{ $text := ` 2 Most of the commands for **Hugo Modules** require 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 to 1.12 in your Environment settings. 3 4 For more information about Go Modules, see: 5 6 * https://github.com/golang/go/wiki/Modules 7 * https://blog.golang.org/using-go-modules 8 ` }} 9 10 <aside class="admonition note"> 11 <div class="note-icon"> 12 {{partial "svg/exclamation.svg" (dict "size" "20px" ) }} 13 </div> 14 <div class="admonition-content"> 15 {{- $text | markdownify -}} 16 </div> 17 </aside>