diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d9b5c8d..b87db4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.126.3" + "version": "0.131.0" }, "ghcr.io/devcontainers/features/node:1": {} }, diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 47245b7..22c46f3 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.126.3 + HUGO_VERSION: 0.131.0 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 7e18fbc..9cc53dd 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template go 1.21 -require github.com/imfing/hextra v0.8.0 // indirect +require github.com/imfing/hextra v0.8.1 // indirect diff --git a/go.sum b/go.sum index 947d58a..6a1cd02 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.8.0 h1:bG2GavmsMAgRRCrm+N4c+m6mBm9KYrgGH0mgaJpIXjM= -github.com/imfing/hextra v0.8.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.8.1 h1:HPeuyBTxaG7o2PHT9XRgFTVbCVGhJbZ0t7PjApA32F8= +github.com/imfing/hextra v0.8.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=