We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8abe7 commit 0207d18Copy full SHA for 0207d18
.github/workflows/golangci-lint.yml
@@ -30,4 +30,5 @@ jobs:
30
- name: golangci-lint
31
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
32
with:
33
- version: v1.56
+ version: v1.62
34
+ only-new-issues: true
.golangci.yml
@@ -22,7 +22,6 @@ linters:
22
- errcheck
23
- errchkjson
24
- errname
25
- - execinquery
26
- ginkgolinter
27
- gocheckcompilerdirectives
28
- goconst
0 commit comments