Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
| module github.com/kcp-dev/api-syncagent | ||
|
|
||
| go 1.25.7 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Do we not change the minor version at least?
There was a problem hiding this comment.
Why would we? The SDK compiles fine with Go 1.25 and if someone is still on 1.25, we shouldn't force them to upgrade to Go for no reason. The go directive is the compiler-compatibilty level, not a build recommendation 😁
|
Feel free to also update the PR desc with the context for your other commit in this PR :P /lgtm |
|
LGTM label has been added. DetailsGit tree hash: 61b74e8d1c76fb10558e443733473c6e003d7d35 |
Summary
This bumps us to the latest Go version, including many security fixes.
I also included the updated PR template from the kcp operator, giving friendly hints at AI agents to focus less on repetitive noise.
What Type of PR Is This?
/kind chore
Release Notes