dev: use golangci/golangci-lint-action@v0.2.0
This commit is contained in:
parent
55cd9f78a1
commit
206d79fb21
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -16,10 +16,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v0.1.7
|
uses: golangci/golangci-lint-action@v0.2.0
|
||||||
with:
|
with:
|
||||||
version: v1.26
|
version: v1.26
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
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