-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
doc: update README for supported Go versions and travis for tests #3516
Conversation
@@ -29,7 +29,7 @@ If you are trying to access grpc-go from within China, please see the | |||
|
|||
Prerequisites | |||
------------- | |||
gRPC-Go requires Go 1.9 or later. | |||
gRPC-Go supports the three latest releases of Go. |
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.
It might be a good idea to link "latest releases of Go" to https://golang.org/doc/devel/release.html. Also might you want to qualify the statement with as "officially supports"?
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.
See #3526
As mentioned in grpc#3516, "update `.pb.go` file due to changes in Go 1.14's `gofmt` and `go-cmp`
As mentioned in grpc#3516, "update `.pb.go` file due to changes in Go 1.14's `gofmt` and `go-cmp`
Need to also update a
pb.go
file due to changes in Go 1.14'sgofmt
andgo-cmp
to version 0.4 to bring in a bug fix needed by 1.14.