fix: update golanci-lint to v1.42.1 (#9932)
This commit is contained in:
parent
e324ef1985
commit
e17561d13b
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.38
|
||||
version: v1.42.1
|
||||
only-new-issues: true
|
||||
golangci-master:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
|
@ -30,6 +30,6 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.38
|
||||
version: v1.42.1
|
||||
only-new-issues: true
|
||||
args: --issues-exit-code=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue