feat(linters): Fixed golangci-lint version
This commit is contained in:
parent
24e35a199b
commit
d6f052f6b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Golangci Lint
|
- name: Golangci Lint
|
||||||
uses: golangci/golangci-lint-action@v9
|
uses: golangci/golangci-lint-action@v9
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: 2.10.1
|
||||||
|
|
||||||
# TODO: Remove once linter is properly configured
|
# TODO: Remove once linter is properly configured
|
||||||
fmt-check:
|
fmt-check:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue