From 3f8bd3b4648306f1e39b1ffc70ba6676e48940b8 Mon Sep 17 00:00:00 2001 From: "renolh[bot]" <255586205+renolh[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:31:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .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 712e8c4..3ec09ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod