-
Notifications
You must be signed in to change notification settings - Fork 104
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
support go1.23 for tidb master branch #3154
Conversation
The Pull Request titled "support go1.23" seems to be a straightforward update to change the version of Go being used in various pipelines and tests, specifically within the context of the Golang containers that are being used. The changes only involve updating the image from "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" to "hub.pingcap.net/wangweizhen/tidb_image:go12320241008". There is no apparent problem at first glance, but here are some potential issues and suggestions:
|
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
This pull request changes the version of the Go image used in the Jenkins pipeline for the TiDB project from There are no potential problems with this change. However, it is good practice to ensure that the new version of the Go image is compatible with the TiDB project. It would be best to run tests to ensure that the code compiles and runs correctly with this new image. Also, it is recommended to update the pull request description to include more information about why this change is necessary. Overall, the changes look good. |
The pull request titled "support go1.23" is aiming to update the Go version from 1.21 to 1.23 in various Jenkins pipelines and test environments. Key Changes:
Potential Problems:
Fixing Suggestions:
|
/hold wait for PR pingcap/tidb#51126 |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
No description provided.