From 02ae7a0563c0e8c079066303c581e23c609b7930 Mon Sep 17 00:00:00 2001 From: Adrien Raffin-Caboisse Date: Mon, 16 May 2022 14:40:45 +0200 Subject: [PATCH] fix: pin version of golangci-lint to match dev config --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index db42067..5f925a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,6 +26,8 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' uses: golangci/golangci-lint-action@v2 with: + version: v1.46.1 + # Only block PRs on new problems. # If this is not enabled, we will end up having PRs # blocked because new linters has appared and other