diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 140c3214..662a4cf4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' uses: golangci/golangci-lint-action@v2 with: - version: v1.49.0 + version: v1.51.2 # Only block PRs on new problems. # If this is not enabled, we will end up having PRs