File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ golangci_lint := github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0
99gofumpt := mvdan.cc/gofumpt@v0.9.2
1010gosimports := github.com/rinchsan/gosimports/cmd/gosimports@v0.3.8
1111# sync this with netlify.toml!
12- hugo := github.com/gohugoio/hugo@v0.155.0
12+ hugo := github.com/gohugoio/hugo@v0.154.4
1313nwa := github.com/B1NARY-GR0UP/nwa@v0.7.7
1414nfpm := github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.44.2
Original file line number Diff line number Diff line change 22 base = " site"
33 publish = " public"
44
5+ # https://gohugo.io/host-and-deploy/host-on-netlify/
56[build .environment ]
6- HUGO_VERSION = " 0.155.0"
7+ GO_VERSION = " 1.25.5"
8+ HUGO_VERSION = " 0.154.4"
9+ NODE_VERSION = " 24.12.0"
710
811[context .production ]
912 command = " git submodule update --init && hugo --gc --minify"
You can’t perform that action at this time.
0 commit comments