Merge pull request #31 from systemli/dependabot/github_actions/golangci/golangci-lint-action-v2.5.1
Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1
This commit is contained in:
commit
e528c50d5b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
@ -11,6 +11,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: GolangCI
|
- name: GolangCI
|
||||||
uses: golangci/golangci-lint-action@v2.4.0
|
uses: golangci/golangci-lint-action@v2.5.1
|
||||||
with:
|
with:
|
||||||
version: v1.31
|
version: v1.31
|
||||||
|
|
Loading…
Reference in a new issue