Commit 0cad8e5
committed
chore(tools): build golangci-lint with Go 1.24
- hack/tools/go.mod: set go 1.24.0 to match repo target
- hack/tools/Makefile: bump golangci-lint to v1.60.3 to ensure it's built with Go ≥ 1.24 and fix CI error:
“the Go language version (go1.23) used to build golangci-lint is lower than the targeted Go version (1.24.0)”1 parent 7d2523f commit 0cad8e5
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments