-
Notifications
You must be signed in to change notification settings - Fork 753
chore(go): bump Go version to 1.25.6 across modules #10211
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
Conversation
Signed-off-by: JmPotato <github@ipotato.me>
📝 WalkthroughWalkthroughThe pull request updates the Go toolchain version from 1.25.5 to 1.25.6 across all go.mod files in the project: the root module, client, tests/integrations, and tools directories. No dependencies, replace directives, or functionality are affected. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10211 +/- ##
=======================================
Coverage 78.69% 78.70%
=======================================
Files 520 520
Lines 70089 70089
=======================================
+ Hits 55158 55161 +3
- Misses 10957 10960 +3
+ Partials 3974 3968 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bufferflies, disksing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/test pull-unit-test-next-gen-3 |
|
/retest |
|
/cherry-pick release-nextgen-20251011 |
close tikv#10210 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@JmPotato: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close tikv#10210 Update `go.mod` files for the main project, client, tools, and integration tests to target Go `1.25.6` for consistent builds and tooling. Signed-off-by: JmPotato <github@ipotato.me>
What problem does this PR solve?
Issue Number: Close #10210.
What is changed and how does it work?
Check List
Tests
Release note
Summary by CodeRabbit