From 69af6062277c13d75bcb716e535380b5f828711a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:39:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20actions/setup-go=20acti?= =?UTF-8?q?on=20to=20v6?= 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..4d5c6cd 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.23.0' # renovate: datasource=github-tags depName=golang/go