Skip to content

Commit

Permalink
update protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Kanda <[email protected]>
  • Loading branch information
dai1975 committed Jun 27, 2024
1 parent e42e472 commit 5895957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER := $(shell which docker)

protoVer=0.13.1
protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run -u $$(id -u):$$(id -g) --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
1 change: 0 additions & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: v1
name: buf.build/datachainlab/ibc-hd-signer
deps:
- buf.build/cosmos/gogo-proto
- buf.build/cosmos/ibc
breaking:
use:
- FILE
Expand Down

0 comments on commit 5895957

Please sign in to comment.