mirror of https://github.com/grpc/grpc.io.git
Update `protoc-gen-go` to 1.34.2 and `protoc-gen-go-grpc` to 1.5.1 (#1333)
This commit is contained in:
parent
d03274f390
commit
0983ba62c8
|
@ -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.28
|
||||
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
|
||||
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
|
||||
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
|
||||
```
|
||||
|
||||
2. Update your `PATH` so that the `protoc` compiler can find the plugins:
|
||||
|
|
Loading…
Reference in New Issue