Commit 91d00d4
authored
chore: pin golangci-lint to version compatible with Go 1.25 (#2611)
golangci-lint 2.8.0 is built with Go 1.26, which causes a panic when
linting code pinned to Go 1.25 ("file requires newer Go version
go1.26"). Downgrade golangci-lint to a release built against Go 1.25 to
match the toolchain specified in .tool-versions.1 parent 000bdff commit 91d00d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments