Skip to content

Commit 41dca04

Browse files
committed
deps: Update Golang, Hugo, NodeJS, and Hextra
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
1 parent 74d2a30 commit 41dca04

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
env:
33-
HUGO_VERSION: 0.156.0
34-
GO_VERSION: 1.25
33+
HUGO_VERSION: 0.163.3
34+
GO_VERSION: 1.26
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Node.JS
5858
uses: actions/setup-node@v6
5959
with:
60-
node-version: 'lts/jod'
60+
node-version: 'lts/krypton'
6161

6262
- name: Install Node.js dependencies
6363
run: "npm ci"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/getsolus/solus-site
22

33
go 1.24.2
44

5-
require github.com/imfing/hextra v0.12.1 // indirect
5+
require github.com/imfing/hextra v0.12.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/imfing/hextra v0.12.1 h1:3t1n0bmJbDzSTVfht93UDcfF1BXMRjeFojA071ri2l8=
2-
github.com/imfing/hextra v0.12.1/go.mod h1:vi+yhpq8YPp/aghvJlNKVnJKcPJ/VyAEcfC1BSV9ARo=
1+
github.com/imfing/hextra v0.12.3 h1:DZHY2rUWYteyzjlHi9r4n7Bb5e2Q+6LXe4C1Dqn0ZjM=
2+
github.com/imfing/hextra v0.12.3/go.mod h1:vi+yhpq8YPp/aghvJlNKVnJKcPJ/VyAEcfC1BSV9ARo=

0 commit comments

Comments
 (0)