Commit 168386b
committed
ci: drop Go 1.24 from matrix + disable pre-existing ST style checks
Go 1.24 in test matrix:
The module's go directive is 1.25.0. Go 1.24 cannot build some deps
and TestRunSummaryHonorsCanceledContext fails under the older
compiler. Test (1.24) was the only failing job in CI on the previous
push; dropping it unblocks the matrix. 1.26 kept for forward-compat.
staticcheck.conf exclusions:
ST1000 (package comment), ST1003 (TSError vs TsError naming),
ST1020 (comment-form) — all pre-existing across ~80 files. Out of
scope for this CI-fix branch; leave as a dedicated docstrings PR.
ST1005 (error string style) kept enabled — I fixed the hits in
this session and any new code should satisfy it.1 parent 5ec5a2c commit 168386b
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | | - | |
| 23 | + | |
0 commit comments