Skip to content

Commit 98409c5

Browse files
authored
adding warning (#44)
Add warning that users need version 3.27.1 or higher
1 parent 8179d6b commit 98409c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codelabs/grpc-go-getting-started/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ and easy interface updating.
5555
* For installation instructions, see Go’s [Getting Started](https://golang.org/doc/install) guide.
5656
* [**Protocol buffer**](https://developers.google.com/protocol-buffers) **compiler**, `protoc`, [version 3](https://protobuf.dev/programming-guides/proto3).
5757
* For installation instructions, see [Protocol Buffer Compiler Installation](https://grpc.io/docs/protoc-installation/).
58+
* NOTE: Must need a version of Protoc 3.27.1 or higher.
5859
* **Go plugins** for the protocol compiler:
5960
* Install the protocol compiler plugins for Go using the following commands.
6061

0 commit comments

Comments
 (0)