pingcap / pingcap/ticdc

Upgrade TiCDC build toolchain from Go 1.25

Open
#6,163 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

contribution first-time-contributor
Dominant language
Go
Stars
56
Forks
63
Avg merge
2d 20h
Merged PRs (30d)
34

Description

Is your feature request related to a problem?

Yes. A customer has phased out Go 1.25 internally, and software built or deployed in their environment can no longer use Go 1.25.

Currently, the TiCDC master branch specifies Go 1.25.12 in go.mod, so the current build toolchain does not meet this requirement.

This is primarily a customer-side security/compliance requirement rather than a TiCDC functional issue.

Describe the feature you'd like

Please upgrade the TiCDC build toolchain from Go 1.25 to a newer supported Go version.

Go 1.26 would satisfy the current customer requirement, but a newer version such as Go 1.27 would also be acceptable.

This should include updating go.mod and any related CI, build images, or build configurations as needed, and verifying that TiCDC can be built and tested successfully with the new Go version.

If feasible, we would also like this change to be backported to the relevant release branch.

Describe alternatives you've considered

No response

Teachability, Documentation, Adoption, Migration Strategy

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with go.mod and search the CI, build images, and build configurations for references to Go 1.25. Update the toolchain to a newer supported Go version, then verify that TiCDC builds and tests successfully; check whether the change should be backported to a release branch.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
build-system, ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
66/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.