-
Notifications
You must be signed in to change notification settings - Fork 111
Bump go to 1.24 #1397
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
base: main
Are you sure you want to change the base?
Bump go to 1.24 #1397
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Pull Request Overview
This PR bumps the Go version used in the project from 1.23 to 1.24. The changes update the Go version in the Docker build configuration and several GitHub workflow files for release and end-to-end test pipelines.
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
build/docker/builder.dockerfile | Updated the base Go image to 1.24.3 from Go 1.23 |
.github/workflows/release.yml | Bumped the Go version to 1.24 in the release pipeline |
.github/workflows/main.yml | Bumped the Go version to 1.24 in the main workflow |
.github/workflows/e2e-istio-1.25.yml | Bumped the Go version to 1.24 in the e2e-istio workflow |
.github/workflows/e2e-istio-1.24.yml | Bumped the Go version to 1.24 in the e2e-istio workflow |
.github/workflows/e2e-istio-1.23.yml | Bumped the Go version to 1.24 in the e2e-istio workflow |
.github/workflows/e2e-ipv6-istio-1.25.yml | Bumped the Go version to 1.24 in the e2e IPv6 workflow |
.github/workflows/e2e-ipv6-istio-1.24.yml | Bumped the Go version to 1.24 in the e2e IPv6 workflow |
.github/workflows/e2e-ipv6-istio-1.23.yml | Bumped the Go version to 1.24 in the e2e IPv6 workflow |
Signed-off-by: Zhonghu Xu <[email protected]>
Signed-off-by: Zhonghu Xu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: