chore: bump Hugo, Go, and Node.js to latest versions

- Hugo: 0.147.7 → 0.156.0
- Go: 1.24 → 1.26 (CI workflows and go.mod files)
- Node.js: 22 → 24 (LTS) in accessibility workflow
This commit is contained in:
Xin
2026-02-20 20:19:27 +00:00
parent 8f6aa1db5b
commit 8421201672
5 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: accessibility environment: accessibility
env: env:
HUGO_VERSION: 0.147.7 HUGO_VERSION: 0.156.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -28,12 +28,12 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.24" go-version: "1.26"
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "22" node-version: "24"
cache: npm cache: npm
- name: Setup Hugo - name: Setup Hugo

View File

@@ -31,7 +31,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HUGO_VERSION: 0.147.7 HUGO_VERSION: 0.156.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.24" go-version: "1.26"
- name: Setup Pages - name: Setup Pages
id: pages id: pages

View File

@@ -1,5 +1,5 @@
module github.com/imfing/hextra/docs module github.com/imfing/hextra/docs
go 1.20 go 1.26
replace github.com/imfing/hextra => ../ replace github.com/imfing/hextra => ../

View File

@@ -1,3 +1,3 @@
go 1.20 go 1.26
use ../ use ../

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/imfing/hextra module github.com/imfing/hextra
go 1.20 go 1.26