From 01c71c699df66c4066a25305f9812c0f0e74ff97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:36:56 +0000 Subject: [PATCH] Update actions/setup-go action to v7 --- .github/workflows/klar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/klar.yml b/.github/workflows/klar.yml index a5c4a42..e65fcaf 100644 --- a/.github/workflows/klar.yml +++ b/.github/workflows/klar.yml @@ -18,7 +18,7 @@ jobs: - name: Fetch base ref for PR if: github.event_name == 'pull_request' run: git fetch origin ${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }} - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: 'go.mod' - name: Run tests