Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
f5b4c23ec3
commit
8de031599c
@@ -1,4 +1,4 @@
|
||||
protoVer=0.14.0
|
||||
protoVer=0.14.1
|
||||
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
|
||||
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
|
||||
|
||||
|
||||
@@ -58,3 +58,5 @@ cp -r github.com/cosmos/cosmos-sdk/* ./
|
||||
rm -rf github.com
|
||||
|
||||
go mod tidy
|
||||
|
||||
rm -rf api store depinject server/v2/streaming # remove directories that are not needed in release/v0.52.x
|
||||
Reference in New Issue
Block a user