Commit 5ec5a2c
committed
ci: drop golangci-lint step pending Go 1.25 support
Every prebuilt v1.x binary of golangci-lint is linked against Go 1.24
and refuses to load a config with go: "1.25" — 'Go language version
used to build golangci-lint is lower than the targeted Go version'.
install-mode goinstall had the same result. Pinning v2.x would work
but requires a config migration that's out of scope for this round.
Dropping the step temporarily. Coverage is provided by:
- go vet ./... (unchanged)
- staticcheck 2025.1 via action (staticcheck.conf)
- gofmt / goimports checks (ci.yml + quality.yml)
TODO: re-enable with golangci-lint v2 after config migration.1 parent 12379d6 commit 5ec5a2c
2 files changed
Lines changed: 8 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
108 | 101 | | |
109 | 102 | | |
110 | 103 | | |
| |||
0 commit comments