From ad5146b9b18bf5609be5bd4397e7da82e589db43 Mon Sep 17 00:00:00 2001 From: Artur Poplawski Date: Wed, 16 Jan 2019 17:57:00 +0100 Subject: [PATCH] added protoc-gen-go version info Signed-off-by: Steve Kriss --- docs/build-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-from-scratch.md b/docs/build-from-scratch.md index 3e0ef677f..96532fdda 100644 --- a/docs/build-from-scratch.md +++ b/docs/build-from-scratch.md @@ -59,7 +59,7 @@ Run `make update` to regenerate files if you make the following changes: Run [generate-proto.sh][13] to regenerate files if you make the following changes: -* Add/edit/remove protobuf message or service definitions. These changes require the [proto compiler][14]. +* Add/edit/remove protobuf message or service definitions. These changes require the [proto compiler][14] and compiler plugin `protoc-gen-go` version v1.0.0. ### Cross compiling