Skip to content

Commit

Permalink
update documented protoc-gen-go-grpc version to 1.3.0
Browse files Browse the repository at this point in the history
To match current build artifacts
  • Loading branch information
jordanschalm committed Jan 31, 2024
1 parent 14102f2 commit 79f0fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use [buf](https://github.com/bufbuild/buf) to generate gRPC client stubs
Please make sure you have `protoc-gen-go-grpc` installed, for example using command
```shell script
go install github.com/golang/protobuf/[email protected]
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
```

Running the command below (in the current directory) will generate stubs for Go:
Expand Down

0 comments on commit 79f0fae

Please sign in to comment.