Skip to content

Commit 8d3e8bc

Browse files
committed
ci: use golangci-lint v2 in ci
1 parent f0c91a1 commit 8d3e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Format check
3131
run: make fmt-check
3232
- name: Install golangci-lint
33-
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@${{ env.GOLANGCI_LINT }}
33+
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@${{ env.GOLANGCI_LINT }}
3434
- name: Lint
3535
run: make lint
3636
unit-test:

0 commit comments

Comments
 (0)