-
Notifications
You must be signed in to change notification settings - Fork 728
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
*: bump grpc to 1.12.2 #1265
*: bump grpc to 1.12.2 #1265
Conversation
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 |
@@ -18,7 +18,7 @@ | |||
[[constraint]] | |||
name = "google.golang.org/grpc" | |||
source = "https://github.com/grpc/grpc-go.git" | |||
version = "1.12.0" |
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.
Why do we use "source =" for this package?
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.
I think the reason is go-grpc's import path is different from its source path.
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.
The package contains all the source needed though, so you should be able to delete the "source" line.
What problem does this PR solve?
Closes #1264.
What is changed and how it works?
This PR bumps the version fo grpc to 1.12.2 in order to fix the data race problem.
Check List
Tests