Commit 5ab064c
chore(build): upgrade controller-tools to v0.19.0 for Go 1.25 compatibility
Upgrades controller-tools from v0.16.1 to v0.19.0 to fix CI build failures
with Go 1.25. The older version depended on golang.org/x/tools v0.24.0 which
is incompatible with Go 1.25 and caused compilation errors:
invalid array length -delta * delta (constant -256 of type int64)
The new version uses golang.org/x/tools v0.36.0 which is fully compatible
with Go 1.25.
Related issue: golang/go#74462
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 37af58a commit 5ab064c
File tree
2 files changed
+2
-2
lines changed- config/crd/bases
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments