From a56d0da9577c24aa79fe90ae01c9a7b963561ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= <274166795@qq.com> Date: Thu, 9 Oct 2025 03:41:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Hugo=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B30.147.9=EF=BC=8C=E8=B0=83=E6=95=B4=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 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]]