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 5eaa14b commit 6939505Copy full SHA for 6939505
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
go install github.com/vbatts/git-validation@latest
44
go install github.com/kunalkushwaha/ltag@latest
45
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
46
47
- name: Check DCO/whitespace/commit message
48
env:
0 commit comments