docs: update Go version requirement to 1.25.10 (release-8.5)#12746
docs: update Go version requirement to 1.25.10 (release-8.5)#12746wuhuizuo wants to merge 1 commit into
Conversation
Update Go version in README_DM.md, README_TiCDC.md, and CONTRIBUTING.md to match go.mod declaration of go 1.25.10. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
There was a problem hiding this comment.
Code Review
This pull request updates the minimum required Go version from 1.23 to 1.25.10 in the CONTRIBUTING.md, README_DM.md, and README_TiCDC.md documentation files. All of the review comments have been filtered out because they comment on version numbers in non-code documentation changes, so there is no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
[LGTM Timeline notifier]Timeline:
|
|
/approve |
|
@tenfyzhong: adding LGTM is restricted to approvers and reviewers in OWNERS files. 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lance6716, tenfyzhong, wuhuizuo 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 |
What problem does this PR solve?
The
go.moddeclaresgo 1.25.10, but three documentation files still reference Go 1.23 as the minimum version requirement.Issue Number: ref https://github.com/pingcap/tiflow/issues/xxx
What is changed and how it works?
Update Go version requirement in 3 documentation files to match
go.mod:README_DM.md:Go >= 1.23→Go >= 1.25.10README_TiCDC.md:Go >= 1.23→Go >= 1.25.10CONTRIBUTING.md:Go 1.23+→Go 1.25.10+Check List
Tests
Questions
Will it cause performance regression or break compatibility?
No. Documentation-only change.
Do you need to update user documentation, design documentation or monitoring documentation?
No. This PR itself is a documentation update.
Release note