This PR uses bingo in order to pin the protoc-gen-go and changes the Makefile to download the protoc binary needed to run the make proto command. This does two things:
Removes the deprecated github.com/golang/protobuf@v1.0.0 in favor of the library which acts as its replacement (google.golang.org/protobuf).
Allows a developer to easily be able to update the proto buffers without needing to track down the binaries themselves.
This PR uses
bingo
in order to pin theprotoc-gen-go
and changes the Makefile to download theprotoc
binary needed to run themake proto
command. This does two things:github.com/golang/protobuf@v1.0.0
in favor of the library which acts as its replacement (google.golang.org/protobuf
).