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 2725be8 commit d5a26b1Copy full SHA for d5a26b1
.github/workflows/checks.yml
@@ -43,7 +43,7 @@ jobs:
43
run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.1
44
45
- name: Install golangci-lint
46
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
+ run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
47
48
- name: Install NilAway
49
run: go install go.uber.org/nilaway/cmd/nilaway@latest
0 commit comments