Commit 14a4441
nmolchanov
ci: upgrade golangci-lint-action to v7 and pin v2.5.0
The v6 action with version: latest installs golangci-lint v1.64.8,
which can't parse the v2 schema in .golangci.yml and was itself built
with Go 1.24 — both incompatible with this repo's go.mod (go 1.25.1).
v7 of the action natively supports v2; pinning v2.5.0 matches the
version we run locally.1 parent f0f4467 commit 14a4441
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments