mirror of
https://github.com/vee1e/runtimeclass-debugger.git
synced 2026-09-01 18:27:58 +00:00
ci: bump golangci-lint to v2.12.2
v1.64.8 was built with Go 1.24, but go.mod targets go 1.25.12, so the lint step failed with "the Go language version used to build golangci-lint is lower than the targeted Go version". v2.12.2 is built with Go 1.26 and loads the module.
This commit is contained in:
parent
7b524cc47b
commit
9e221418dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.64
|
||||
version: v2.12.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue