From e48b7d0b22ff2b29f9a74fec4ef2011cd294e4b4 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Fri, 3 Mar 2023 15:54:04 +0000 Subject: [PATCH] Update golang-lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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