diff --git a/.github/workflows/push_pr.yaml b/.github/workflows/push_pr.yaml index 72d138c8..93dfb040 100644 --- a/.github/workflows/push_pr.yaml +++ b/.github/workflows/push_pr.yaml @@ -67,7 +67,7 @@ jobs: # Use full list of linters, rather than the (default) limited set. golangci-lint-config: golangci-lint - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 continue-on-error: ${{ github.event_name != 'pull_request' }} with: # to remove findings from commit history