Update Go quickstart to suggest using latest version (#964)

Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
This commit is contained in:
Karan Shah 2022-04-08 01:54:36 +05:30 committed by GitHub
parent 4be043a5a1
commit ba84d86a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.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: