mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
tools: update gogoproto get cmd (#5007)
## Description Update gogoproto tools cmd to download the correct version. I still need to update the docker container and test that they generate the same Closes: #XXX
This commit is contained in:
@@ -108,7 +108,7 @@ For linting and checking breaking changes, we use [buf](https://buf.build/). If
|
|||||||
There are two ways to generate your proto stubs.
|
There are two ways to generate your proto stubs.
|
||||||
|
|
||||||
1. Use Docker, pull an image that will generate your proto stubs with no need to install anything. `make proto-gen-docker`
|
1. Use Docker, pull an image that will generate your proto stubs with no need to install anything. `make proto-gen-docker`
|
||||||
2. Run `make proto-gen` after installing `protoc` and gogoproto.
|
2. Run `make proto-gen` after installing `protoc` and gogoproto, you can do this by running `make protobuf`.
|
||||||
|
|
||||||
### Installation Instructions
|
### Installation Instructions
|
||||||
|
|
||||||
|
|||||||
2
tools.mk
2
tools.mk
@@ -68,7 +68,7 @@ $(CERTSTRAP):
|
|||||||
protobuf: $(PROTOBUF)
|
protobuf: $(PROTOBUF)
|
||||||
$(PROTOBUF):
|
$(PROTOBUF):
|
||||||
@echo "Get GoGo Protobuf"
|
@echo "Get GoGo Protobuf"
|
||||||
@go get github.com/gogo/protobuf/protoc-gen-gogo@v1.3.1
|
@go get github.com/gogo/protobuf/protoc-gen-gogofaster@v1.3.1
|
||||||
.PHONY: protobuf
|
.PHONY: protobuf
|
||||||
|
|
||||||
goodman: $(GOODMAN)
|
goodman: $(GOODMAN)
|
||||||
|
|||||||
Reference in New Issue
Block a user