From 1b1607e02d14eb0d7f0b0a575584ebdc0763a759 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Mon, 13 Nov 2023 22:33:44 +0100 Subject: [PATCH] chore: upgrade proto compiler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd29b00542..d90743fe4b 100644 --- a/Makefile +++ b/Makefile @@ -320,7 +320,7 @@ lint-fix: DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.8.0 -protoVer=0.13.5 +protoVer=0.14.0 protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer) containerProtoGen=$(PROJECT_NAME)-proto-gen-$(protoVer) containerProtoGenSwagger=$(PROJECT_NAME)-proto-gen-swagger-$(protoVer)