diff --git a/content/en/docs/languages/go/quickstart.md b/content/en/docs/languages/go/quickstart.md index 0d0170c..6d193b8 100644 --- a/content/en/docs/languages/go/quickstart.md +++ b/content/en/docs/languages/go/quickstart.md @@ -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: