From 5b3036b2865e8a07a077aaac999e86d81c3f18ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:55:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .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 69431c7..fab6ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: ${{matrix.go-version}}