fix(ci): add setup-go back for Hugo module downloads #16
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ci-add-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CI build runs successfully through checkout and Hugo install steps, then fails at the build step with:
Hugo loads the Stack theme as a Go module (via go.mod) and needs the
gobinary in PATH to download modules. This restoresactions/setup-go@v7(which resolves through Forgejo's action registry, not github.com).