mirror of
https://github.com/vee1e/runtimeclass-debugger.git
synced 2026-09-01 10:18:42 +00:00
ci: use golangci-lint-action v7 for golangci-lint v2
golangci-lint-action v6 rejects v2 version strings; v7 supports golangci-lint v2.
This commit is contained in:
parent
bcadff2f75
commit
0c927117c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,6 +27,6 @@ jobs:
|
|||
run: go test ./...
|
||||
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: v2.12.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue