Skip to content
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.11 module for release-2.1 #8432

Merged
merged 3 commits into from
Nov 26, 2018

Conversation

tiancaiamao
Copy link
Contributor

@tiancaiamao tiancaiamao commented Nov 24, 2018

What problem does this PR solve?

As the title says...
It can't be cherry pick, so I rewrite

What is changed and how it works?

  • update Makefile
  • vendor is still kept in this COMMIT, generated by 'go mod vendor'
  • github.com/pkg/errors is changed to github.com/pingcap/errors
  • github.com/pingcap/tidb-tools is updated
  • github.com/pkg/errors is indirect from pd
  • many files are deleted from vendor, maybe they are detected useless

Related changes

#7922
#8136
#8054


This change is Reviewable

update Makefile
vendor is still kept in this COMMIT, generated by 'go mod vendor'
github.com/pkg/errors is changed to github.com/pingcap/errors
github.com/pingcap/tidb-tools is updated
github.com/pkg/errors is indirect from pd
many files are deleted from vendor, maybe they are detected useless
@tiancaiamao
Copy link
Contributor Author

/run-all-tests tidb-test=release-2.1

@tiancaiamao tiancaiamao added the priority/release-blocker This issue blocks a release. Please solve it ASAP. label Nov 24, 2018
@tiancaiamao
Copy link
Contributor Author

/run-all-tests tidb-test=pr/663

@tiancaiamao
Copy link
Contributor Author

/common-test tidb-test=pr/663

@tiancaiamao
Copy link
Contributor Author

/run-all-tests tidb-test=pr/663

@tiancaiamao
Copy link
Contributor Author

@zz-jason @winkyao

@zz-jason
Copy link
Member

LGTM

Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jackysp jackysp merged commit 2729df8 into pingcap:release-2.1 Nov 26, 2018
@tiancaiamao tiancaiamao deleted the module-2.1 branch November 26, 2018 05:08
@zz-jason zz-jason added the status/LGT2 Indicates that a PR has LGTM 2. label Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/release-blocker This issue blocks a release. Please solve it ASAP. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants