-
Notifications
You must be signed in to change notification settings - Fork 709
Update Go requirements #2600
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
Update Go requirements #2600
Conversation
|
@letientai299 Thanks for your contribution! |
|
@shafreeck PTAL |
TomShawn
left a comment
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
|
@yikeke Please help merge this PR because I am not yet authorized to merge PR in this repo, thanks! |
shafreeck
left a comment
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
* Update Go requirements * Apply suggestions from code review Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
|
cherry pick to release-4.0 in PR #2632 |
* Update Go requirements * Apply suggestions from code review Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> Co-authored-by: Tai Le <letientai299@users.noreply.github.com> Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
What is changed, added or deleted? (Required)
I've tried to build tidb locally using go 1.12 and fail with following error
It builds ok with Go 1.13+, so I think it's better to update those instruction that refer to
Go 1.9 or later.