-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: fix go mod tidy
in Go1.13 (12055)
#12560
Conversation
@tiancaiamao we need to add release note and let dba notice incompatible problem. and next 3.0 need upgrade pump first, then upgrade TiDB. see binlog issue: and grpc incompatible PR: the question is: pump using cmux to proxy grpc and http, but new grpc's handshake need change the usage of cmux, so pump need upgrade to new code. /cc @july2993 |
@tiancaiamao maybe we can only change |
Well, If I can solve the failed CI in #12417, I don't need this PR. |
I've reset the grpc changes |
go mod tidy
in Go1.13 (12055)
/run-all-tests |
/run-sqllogic-test tidb-test=pr/908 |
/run-common-test tidb-test=pr/908 |
/run-integration-compatibility-test tidb-test=pr/908 |
/run-integration-common-test tidb-test=pr/908 |
/run-all-tests tidb-test=pr/908 |
1 similar comment
/run-all-tests tidb-test=pr/908 |
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.
LGTM
/run-all-tests tidb-test=pr/908 |
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.
LGTM
cherry pick to release-3.0 in PR #12574 |
I find
go mod tidy
fail on release-3.0 if I use Go 1.13:Our CI environment has upgraded the Go compiler to Go 1.13 @leoppro