From 36dbc70fcd9b7ae6eb00b185311a55bc6b2eee40 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 18 Aug 2024 20:37:03 +0000 Subject: [PATCH] chore: bump hextra and hugo version --- .devcontainer/devcontainer.json | 2 +- .github/workflows/pages.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- netlify.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b87db4b..f25098b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.131.0" + "version": "0.132.2" }, "ghcr.io/devcontainers/features/node:1": {} }, diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 22c46f3..357dbce 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.131.0 + HUGO_VERSION: 0.132.2 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 9cc53dd..e13fca0 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.1 // indirect +require github.com/imfing/hextra v0.8.2 // indirect diff --git a/go.sum b/go.sum index 6a1cd02..276e6a1 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.8.1 h1:HPeuyBTxaG7o2PHT9XRgFTVbCVGhJbZ0t7PjApA32F8= -github.com/imfing/hextra v0.8.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.8.2 h1:/IykSIAywgKfhKUBgAW+dCCjrJWJNny4jr9qvdXfch0= +github.com/imfing/hextra v0.8.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/netlify.toml b/netlify.toml index 59963c1..7604250 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ publish = "public" command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}" [build.environment] -HUGO_VERSION = "0.126.3" +HUGO_VERSION = "0.132.2"