diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef1e6be..f83118d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.147.7" + "version": "0.147.9" }, "ghcr.io/devcontainers/features/node:1": {} }, diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index b195fab..29579f5 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -41,7 +41,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.147.7 + HUGO_VERSION: 0.147.9 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 672362a..05a69f0 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.9.7 // indirect +require github.com/imfing/hextra v0.11.1 // indirect \ No newline at end of file diff --git a/go.sum b/go.sum index 8501da6..e0cffed 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= -github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= +github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 8436b31..9d7c496 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo --gc --minify -b ${URL}" [build.environment] -HUGO_VERSION = "0.147.7" +HUGO_VERSION = "0.147.9" [[redirects]]