Bump golangci-lint on actions and disable deprecated linters (#12362)

Co-authored-by: Ricardo Katz <ricardo.katz@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-11-13 10:14:47 -08:00 committed by GitHub
parent bd80e36f99
commit db9ebd2945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -22,7 +22,6 @@ linters:
- errcheck - errcheck
- errchkjson - errchkjson
- errname - errname
- execinquery
- ginkgolinter - ginkgolinter
- gocheckcompilerdirectives - gocheckcompilerdirectives
- goconst - goconst