From f0a1637077b96bd2db53a6e884238eee9acba433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:36:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 3d1d785..d0044d0 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: true