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 b16bac7 commit 27d603fCopy full SHA for 27d603f
.github/workflows/push.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: golangci-lint
57
uses: golangci/golangci-lint-action@v2
58
with:
59
- version: v1.64.8
+ version: v1.60.2
60
skip-pkg-cache: true
61
skip-build-cache: true
62
.golangci.yml
@@ -41,6 +41,8 @@ linters:
41
- gosimple
42
- govet
43
- ineffassign
44
+ - staticcheck
45
+ - typecheck
46
- unused
47
- bidichk
48
- contextcheck
0 commit comments