fix: pin version of golangci-lint to match dev config

This commit is contained in:
Adrien Raffin-Caboisse 2022-05-16 14:40:45 +02:00
parent 852dc0f4de
commit 02ae7a0563
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A

View file

@ -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