File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ SIMAPP = ./app
10
10
11
11
# for dockerized protobuf tools
12
12
DOCKER := $(shell which docker)
13
- BUF_IMAGE =bufbuild/buf@sha256:3cb1f8a4b48bd5ad8f09168f10f607ddc318af202f5c057d52a45216793d85e5 # v1.4.0
14
- DOCKER_BUF := $(DOCKER ) run --rm -v $(CURDIR ) :/workspace --workdir /workspace $(BUF_IMAGE )
15
13
HTTPS_GIT := https://github.com/CosmWasm/wasmd.git
16
14
17
15
export GO111MODULE = on
@@ -187,10 +185,10 @@ proto-swagger-gen:
187
185
@./scripts/protoc-swagger-gen.sh
188
186
189
187
proto-lint :
190
- @$(DOCKER_BUF ) lint --error-format=json
188
+ @$(protoImage ) buf lint --error-format=json
191
189
192
190
proto-check-breaking :
193
- @$(DOCKER_BUF ) breaking --against $(HTTPS_GIT ) # branch=main
191
+ @$(protoImage ) buf breaking --against $(HTTPS_GIT ) # branch=main
194
192
195
193
.PHONY : all install install-debug \
196
194
go-mod-cache draw-deps clean build format \
You can’t perform that action at this time.
0 commit comments