mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
refactor: migrate to cosmos/gogoproto (#9356)
* refactor: migrate to `cosmos/gogoproto` * add changelog * Update Makefile Co-authored-by: Thane Thomson <connect@thanethomson.com> * update link Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
co-authored by
Thane Thomson
parent
d7645628f1
commit
101bf50e71
@@ -6,12 +6,12 @@ RUN apk add --update --no-cache build-base curl git upx && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV GOLANG_PROTOBUF_VERSION=1.3.1 \
|
||||
GOGO_PROTOBUF_VERSION=1.3.2
|
||||
GOGOPROTO_VERSION=1.4.1
|
||||
|
||||
RUN GO111MODULE=on go get \
|
||||
github.com/golang/protobuf/protoc-gen-go@v${GOLANG_PROTOBUF_VERSION} \
|
||||
github.com/gogo/protobuf/protoc-gen-gogo@v${GOGO_PROTOBUF_VERSION} \
|
||||
github.com/gogo/protobuf/protoc-gen-gogofaster@v${GOGO_PROTOBUF_VERSION} && \
|
||||
github.com/cosmos/gogoproto/protoc-gen-gogo@v${GOGOPROTO_VERSION} \
|
||||
github.com/cosmos/gogoproto/protoc-gen-gogofaster@v${GOGOPROTO_VERSION} && \
|
||||
mv /go/bin/protoc-gen-go* /usr/local/bin/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user