mirror of https://github.com/grpc/grpc.io.git
Update Go quickstart to suggest using latest version (#964)
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
This commit is contained in:
parent
4be043a5a1
commit
ba84d86a03
|
@ -21,8 +21,8 @@ spelling: cSpell:ignore Fatalf GOPATH
|
|||
1. Install the protocol compiler plugins for Go using the following commands:
|
||||
|
||||
```sh
|
||||
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
|
||||
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|
||||
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
|
||||
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
|
||||
```
|
||||
|
||||
2. Update your `PATH` so that the `protoc` compiler can find the plugins:
|
||||
|
|
Loading…
Reference in New Issue