security: bump Go toolchain to 1.25.13 - #638
Merged
Ruinan Liu (ruinan-liu) merged 1 commit intoAug 18, 2026
Merged
Conversation
makowda
requested review from
Robbie Zhang (robbiezhang),
Ruinan Liu (ruinan-liu),
Tingting Liu (tilnl) and
xiazhan
as code owners
August 17, 2026 23:51
Ruinan Liu (ruinan-liu)
approved these changes
Aug 18, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the root Go toolchain to the security-fixed Go 1.25.13 release used by published binaries.
Changes:
- Bumps the root module toolchain from Go 1.25.12 to 1.25.13.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the root module toolchain from Go 1.25.12 to 1.25.13. Both controller and reconciler Dockerfiles use
GOTOOLCHAIN=autowith workspace mode disabled, so this updates both published binaries without changing application dependencies or behavior.This addresses the current Go stdlib CVEs affecting
eno-controller:v0.2.16andeno-reconciler:v0.2.16.Verification
make testsuite passed with envtest and Helm prerequisitesgit diff --checkpassedAfter merge, publish a new release tag through the existing
Building and Pushing to MCRworkflow, scan both MCR images, then update the aks-rp ENO pin.