From fd4ce437ca67d7d401e753774be653b7f43f6956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:42:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20go=20to=20?= =?UTF-8?q?v1.26.2?= 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..c4364bb 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.26.2' # renovate: datasource=github-tags depName=golang/go - name: Setup Hugo uses: peaceiris/actions-hugo@v3