We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55833fe commit 8845bf1Copy full SHA for 8845bf1
generateProto.sh
@@ -19,6 +19,9 @@ if ! protoc --version | grep "${PB_VERSION}" >/dev/null; then
19
export PATH="${LOCAL_DIR}/bin:$PATH"
20
fi
21
22
+# install a specific version of protoc-gen-go
23
+go install "google.golang.org/protobuf/...@${PB_GO_VERSION}"
24
+
25
###
26
27
if ! protoc --version | grep "${PB_VERSION}"; then
0 commit comments