diff --git a/content/en/docs/languages/go/quickstart.md b/content/en/docs/languages/go/quickstart.md index db3b535..16498f9 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.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: