mirror of https://github.com/grpc/grpc-go.git
fix go version
This commit is contained in:
parent
2b7e876a2e
commit
2c3ef6c75a
|
|
@ -16,7 +16,7 @@ $ go get google.golang.org/grpc
|
|||
Prerequisites
|
||||
-------------
|
||||
|
||||
This requires Go 1.5 or later .
|
||||
This requires Go 1.5 or later.
|
||||
|
||||
Constraints
|
||||
-----------
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ For this sample, we've already generated the server and client stubs from [hello
|
|||
PREREQUISITES
|
||||
-------------
|
||||
|
||||
- This requires Go 1.4
|
||||
- This requires Go 1.5 or later
|
||||
- Requires that [GOPATH is set](https://golang.org/doc/code.html#GOPATH)
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue