We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c91a1 commit 8d3e8bcCopy full SHA for 8d3e8bc
.github/workflows/pull-request.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Format check
31
run: make fmt-check
32
- name: Install golangci-lint
33
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@${{ env.GOLANGCI_LINT }}
+ run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@${{ env.GOLANGCI_LINT }}
34
- name: Lint
35
run: make lint
36
unit-test:
0 commit comments