From acbb1006068812fbdd135991e72ea6aeed6fd717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:20:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.3.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9267ac1..7d5b898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version-file: 'go.mod' cache: true