update quality action with latest golangci-lint-action
This commit is contained in:
parent
a7325fc42b
commit
e7d9c3febb
1 changed files with 2 additions and 4 deletions
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
|
@ -9,8 +9,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: GolangCI
|
||||
uses: Mushus/golangci-lint-action@master
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
config: .golangci.yml
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: v1.31
|
||||
|
|
Loading…
Reference in a new issue