Skip to content

Draft: hugo modules requires go

Ritesh Khadgaray requested to merge ritzk/hugo:multi-arch-test into registry

https://gohugo.io/installation/linux/

Go is required to:
    Use the Hugo Modules feature

Otherwise, build would fail with the below error message

$ hugo
Total in 1 ms
Error: failed to load modules: failed to download modules: binary with name "go" not found

Merge request reports