Skip to content

Commit 0207d18

Browse files
authored
Bump golangci-lint on actions and disable deprecated linters (#12360)
1 parent be8abe7 commit 0207d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3232
with:
33-
version: v1.56
33+
version: v1.62
34+
only-new-issues: true

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ linters:
2222
- errcheck
2323
- errchkjson
2424
- errname
25-
- execinquery
2625
- ginkgolinter
2726
- gocheckcompilerdirectives
2827
- goconst

0 commit comments

Comments
 (0)