Bump golangci-lint on actions and disable deprecated linters (#12362)
Co-authored-by: Ricardo Katz <ricardo.katz@gmail.com>
This commit is contained in:
parent
bd80e36f99
commit
db9ebd2945
2 changed files with 2 additions and 2 deletions
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
|
@ -30,4 +30,5 @@ jobs:
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
||||||
with:
|
with:
|
||||||
version: v1.56
|
version: v1.62
|
||||||
|
only-new-issues: true
|
||||||
|
|
|
@ -22,7 +22,6 @@ linters:
|
||||||
- errcheck
|
- errcheck
|
||||||
- errchkjson
|
- errchkjson
|
||||||
- errname
|
- errname
|
||||||
- execinquery
|
|
||||||
- ginkgolinter
|
- ginkgolinter
|
||||||
- gocheckcompilerdirectives
|
- gocheckcompilerdirectives
|
||||||
- goconst
|
- goconst
|
||||||
|
|
Loading…
Reference in a new issue