From 0388f887a55a749e75c55471d629b8887ce30ccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 21:21:38 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v7.0.1 --- .github/workflows/wf-test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wf-test-go.yml b/.github/workflows/wf-test-go.yml index 1a993ee..227a5b0 100644 --- a/.github/workflows/wf-test-go.yml +++ b/.github/workflows/wf-test-go.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version: stable - - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0 + - uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1 with: args: --timeout=10m test: