Commit 6e5a6bf
committed
ci: pin golangci-lint v2 in the release workflow
- The release Validate job used golangci-lint-action@v6, which
installed a golangci-lint built with Go 1.24 — it refuses to
run against the module's Go 1.26 target, failing the gate.
- Match ci.yml: action@v9 + version v2.12.2 (v2 is built with
current Go and matches the v2 .golangci.yml schema).1 parent b009ddb commit 6e5a6bf
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments