[8.19](backport #4891) Update to go 1.24.3#4945
Merged
pkoutsovasilis merged 2 commits into8.19from May 20, 2025
Merged
Conversation
* chore: bump to go 1.24.3 (cherry picked from commit 9dd0054) # Conflicts: # dev-tools/go.mod # go.mod # testing/go.mod
Contributor
Author
|
Cherry-pick of 9dd0054 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
|
pkoutsovasilis
approved these changes
May 20, 2025
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.





What is the problem this PR solves?
This PR updates the Go language version used in the project from 1.24.1 to 1.24.2 across all relevant modules (
go.mod,dev-tools/go.mod,testing/go.mod).Keeping the Go version up to date ensures we benefit from the latest bug fixes, performance improvements, and security patches.
Depends on:
How does this PR solve the problem?
The CI configuration (
.ci/bump-golang.yml) was adjusted to correctly detect and update Go versions in all relevantgo.modfiles.The
go.modfiles for the main project, dev tools, and testing were updated to reference Go 1.24.2.A changelog fragment was added to document this upgrade.
How to test this PR locally
N/A
Design Checklist
Checklist
./changelog/fragmentsusing the changelog toolRelated issues
N/A
This is an automatic backport of pull request #4891 done by [Mergify](https://mergify.com).