Use the latest version of golangci-lint in action (#1280)
This commit is contained in:
parent
d38d047528
commit
ba997c5710
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.28
|
version: latest
|
||||||
tests-on-windows:
|
tests-on-windows:
|
||||||
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user