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