Skip to content

Commit 990522b

Browse files
try-down
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 101df92 commit 990522b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ golangci_lint := github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0
99
gofumpt := mvdan.cc/gofumpt@v0.9.2
1010
gosimports := 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
1313
nwa := github.com/B1NARY-GR0UP/nwa@v0.7.7
1414
nfpm := github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.44.2

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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"

0 commit comments

Comments
 (0)