.github/workflows: pin golangci-lint to v1.51.0

The new "latest" aka v1.51.1 started throwing unused errors during runs,
blocking all the other tests, to quickly unblock that until a proper
fix/rewrite is found, pin the version to the previous one.

Signed-off-by: Antonio Murdaca <antoniomurdaca@gmail.com>
This commit is contained in:
Antonio Murdaca 2023-02-06 10:05:36 +01:00 committed by Ondřej Budai
parent 9633dce3bb
commit e34b88d6e4

View file

@ -128,7 +128,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.51.0
args: --verbose --timeout 5m0s
prepare: