Skip to content
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

Conversation

austinvazquez
Copy link
Contributor

- 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

Update Go runtime to 1.22.10

- A picture of a cute animal (not mandatory but encouraged)

@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.61%. Comparing base (192e018) to head (5bf1639).
Report is 2 commits behind head on 26.1.

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           

@austinvazquez
Copy link
Contributor Author

Needs #5676

@thaJeztah thaJeztah force-pushed the cherry-pick-3284a80b05ea0e25b33cfd8ed383ee105d18a5bd-to-26.1 branch from 0753a54 to cfe264b Compare December 7, 2024 09:20
@thaJeztah
Copy link
Member

rebased after #5676 was merged

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

go-version: 1.22.9
go-version: 1.22.10
Copy link
Member

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]>
@thaJeztah thaJeztah force-pushed the cherry-pick-3284a80b05ea0e25b33cfd8ed383ee105d18a5bd-to-26.1 branch from cfe264b to 5bf1639 Compare December 7, 2024 09:26
@thaJeztah thaJeztah merged commit cede9c4 into docker:26.1 Dec 7, 2024
87 checks passed
@austinvazquez austinvazquez deleted the cherry-pick-3284a80b05ea0e25b33cfd8ed383ee105d18a5bd-to-26.1 branch December 7, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants