grpc-go: update instructions to download latest dependency (#1340)

This commit is contained in:
Arvind Bright 2024-08-02 08:15:51 -07:00 committed by GitHub
parent c0aa1989c5
commit bdf3455d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.34.2
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
$ go install google.golang.org/protobuf/cmd/protoc-gen-go
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
```
2. Update your `PATH` so that the `protoc` compiler can find the plugins: