dev: fix golangci-lint-action version
This commit is contained in:
parent
f59ce4c86e
commit
4eaf056399
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v0
|
uses: golangci/golangci-lint-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
version: v1.26
|
version: v1.26
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user