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

Update Go to 1.20.1 #23896

Merged
merged 2 commits into from Feb 28, 2023
Merged

Update Go to 1.20.1 #23896

merged 2 commits into from Feb 28, 2023

Conversation

tklauser
Copy link
Member

go1.20.1 (released 2023-02-14) includes security fixes to the
crypto/tls, mime/multipart, net/http, and path/filepath packages, as
well as bug fixes to the compiler, the go command, the linker, the
runtime, and the time package.

Release notes: https://go.dev/doc/devel/release#go1.20.1

@tklauser tklauser added the release-note/misc This PR makes changes that have no direct user impact. label Feb 21, 2023
@tklauser tklauser requested review from a team as code owners February 21, 2023 08:55
@tklauser tklauser requested a review from a team February 21, 2023 08:55
@tklauser tklauser requested review from a team as code owners February 21, 2023 08:55
@tklauser tklauser mentioned this pull request Feb 21, 2023
@tklauser tklauser requested a review from a team as a code owner February 21, 2023 09:21
Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

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

From all files in here it looks that it's doable to upgrade all of these dependencies with renovate automatically. 🎉

Copy link
Member

@aditighag aditighag left a comment

Choose a reason for hiding this comment

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

🚢

@aanm
Copy link
Member

aanm commented Feb 22, 2023

/test

@tklauser
Copy link
Member Author

/test

@tklauser
Copy link
Member Author

Runtime tests failed because the test suite there is still built using the Go toolchain provided in the runtime VM image 😭 I'll take care of updating the VM images to Go 1.20.1.

@tklauser tklauser added the dont-merge/blocked Another PR must be merged before this one. label Feb 23, 2023
Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

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

🚢

This version adds support for Go 1.20.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
> go1.20.1 (released 2023-02-14) includes security fixes to the
> crypto/tls, mime/multipart, net/http, and path/filepath packages, as
> well as bug fixes to the compiler, the go command, the linker, the
> runtime, and the time package.

Release notes: https://go.dev/doc/devel/release#go1.20.1

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser removed the dont-merge/blocked Another PR must be merged before this one. label Feb 28, 2023
@tklauser
Copy link
Member Author

/test

@tklauser
Copy link
Member Author

/ci-verifier

@tklauser tklauser added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 28, 2023
@sayboras sayboras merged commit d6c423c into master Feb 28, 2023
@sayboras sayboras deleted the pr/tklauser/update-go-1.20.1 branch February 28, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants