From aeee0a453a4786ca52b420511e8712bc910c637c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:37:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20go=20to=20?= =?UTF-8?q?v1.25.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_deploy.yaml b/.github/workflows/build_deploy.yaml index be614ad..e65882e 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.23.0' # renovate: datasource=github-tags depName=golang/go + go-version: '1.25.5' # renovate: datasource=github-tags depName=golang/go - name: Setup Hugo uses: peaceiris/actions-hugo@v3