From 273cbe99a0a46bf2c1ef2795b81d73f3508a4bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:58:01 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 --- .github/workflows/_static_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_static_analysis.yaml b/.github/workflows/_static_analysis.yaml index c2924a5..9f48e3c 100644 --- a/.github/workflows/_static_analysis.yaml +++ b/.github/workflows/_static_analysis.yaml @@ -14,7 +14,7 @@ jobs: with: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 continue-on-error: ${{ github.event_name != 'pull_request' }} with: only-new-issues: true