Skip to content

Commit a7184c1

Browse files
committed
chore: bump hextra to v0.10.0 and update Hugo to 0.147.9 in configuration files
1 parent ff56945 commit a7184c1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"features": {
44
"ghcr.io/devcontainers/features/hugo:1": {
55
"extended": true,
6-
"version": "0.147.7"
6+
"version": "0.147.9"
77
},
88
"ghcr.io/devcontainers/features/node:1": {}
99
},

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.147.7
34+
HUGO_VERSION: 0.147.9
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template
22

33
go 1.21
44

5-
require github.com/imfing/hextra v0.9.7 // indirect
5+
require github.com/imfing/hextra v0.10.0 // 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.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM=
2-
github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
1+
github.com/imfing/hextra v0.10.0 h1:dR0NEa6r/CF42xIq4WMbRqzUx8hsP1fQC39WrDYGEGk=
2+
github.com/imfing/hextra v0.10.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ publish = "public"
33
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
44

55
[build.environment]
6-
HUGO_VERSION = "0.147.7"
6+
HUGO_VERSION = "0.147.9"

0 commit comments

Comments
 (0)