-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[26.1] update to go1.22.10 #5675
[26.1] update to go1.22.10 #5675
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 26.1 #5675 +/- ##
=======================================
Coverage 58.61% 58.61%
=======================================
Files 338 338
Lines 28076 28076
=======================================
Hits 16456 16456
Misses 10681 10681
Partials 939 939 |
Needs #5676 |
0753a54
to
cfe264b
Compare
rebased after #5676 was merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.github/workflows/codeql.yml
Outdated
go-version: 1.22.9 | ||
go-version: 1.22.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually; this one may need quotes to prevent YAML from stripping the trailing zero (not sure if that still happens, but I recall I've been hit by that); let me do so
go1.22.10 (released 2024-12-03) includes fixes to the runtime and the syscall package. See the Go 1.22.10 milestone on our issue tracker for details. - https://github.com/golang/go/issues?q=milestone%3AGo1.22.10+label%3ACherryPickApproved - full diff: golang/go@go1.22.9...go1.22.10 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 3284a80) Signed-off-by: Austin Vazquez <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
cfe264b
to
5bf1639
Compare
- What I did
Backports #5669 to 26.1
go1.22.10 (released 2024-12-03) includes fixes to the runtime and the syscall package. See the Go 1.22.10 milestone on our issue tracker for details.
(cherry picked from commit 3284a80)
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)