gnostic icon indicating copy to clipboard operation
gnostic copied to clipboard

COMPILE_PROTOS.sh doesn't work

Open adibacco opened this issue 3 years ago • 0 comments

COMPILE_PROTOS.sh contains instruction:

go install github.com/golang/protobuf/protoc-gen-go@latest

that fails with error: can't load package: package github.com/golang/protobuf/protoc-gen-go@latest: can only use path@version syntax with 'go get'

adibacco avatar Feb 07 '22 13:02 adibacco