From c7984152da0018dbcdc2cefaee89d815ac38ab3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:07:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e887d20..f5bc712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: cache: 'npm' - name: Setup Go (for Go tools testing) - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.25'