From bdf3455d3f79e867c5eb068f1c76539d77030947 Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Fri, 2 Aug 2024 08:15:51 -0700 Subject: [PATCH] grpc-go: update instructions to download latest dependency (#1340) --- content/en/docs/languages/go/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/go/quickstart.md b/content/en/docs/languages/go/quickstart.md index 53e9d12..5aa463a 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.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: