.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:
parent
9633dce3bb
commit
e34b88d6e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: v1.51.0
|
||||||
args: --verbose --timeout 5m0s
|
args: --verbose --timeout 5m0s
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue