[release-1.7] bump golang#8944
Conversation
Signed-off-by: zirain <zirain2009@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f5fb94a151
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| module github.com/envoyproxy/gateway | ||
|
|
||
| go 1.25.9 | ||
| go 1.25.10 |
There was a problem hiding this comment.
Update release notes with this Go bump
This commit changes the release branch to build with Go 1.25.10, but release-notes/current.yaml:8 still advertises the previous 1.25.9 security update and its older crypto/tls/crypto/x509 rationale. The release workflow packages the release-notes YAML into the artifacts (tools/make/kube.mk copies release-notes/$(TAG).yaml), so the next 1.7 release would publish inaccurate security information for this bump unless the current/release note entry is updated along with the version change.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v1.7 #8944 +/- ##
================================================
+ Coverage 73.83% 73.87% +0.03%
================================================
Files 241 241
Lines 36803 36803
================================================
+ Hits 27175 27187 +12
+ Misses 7723 7715 -8
+ Partials 1905 1901 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.