@@ -154,7 +154,7 @@ endif
154
154
155
155
proto-gen : check-proto-deps
156
156
@echo " Generating Protobuf files"
157
- @go run github.com/bufbuild/buf/cmd/buf generate
157
+ @go run github.com/bufbuild/buf/cmd/buf@v1.29.0 generate
158
158
@mv ./proto/tendermint/abci/types.pb.go ./abci/types/
159
159
@cp ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc
160
160
.PHONY : proto-gen
@@ -163,7 +163,7 @@ proto-gen: check-proto-deps
163
163
# execution only.
164
164
proto-lint : check-proto-deps
165
165
@echo " Linting Protobuf files"
166
- @go run github.com/bufbuild/buf/cmd/buf lint
166
+ @go run github.com/bufbuild/buf/cmd/buf@v1.29.0 lint
167
167
.PHONY : proto-lint
168
168
169
169
proto-format : check-proto-format-deps
@@ -176,11 +176,11 @@ proto-check-breaking: check-proto-deps
176
176
@echo " Note: This is only useful if your changes have not yet been committed."
177
177
@echo " Otherwise read up on buf's \" breaking\" command usage:"
178
178
@echo " https://docs.buf.build/breaking/usage"
179
- @go run github.com/bufbuild/buf/cmd/buf breaking --against " .git"
179
+ @go run github.com/bufbuild/buf/cmd/buf@v1.29.0 breaking --against " .git"
180
180
.PHONY : proto-check-breaking
181
181
182
182
proto-check-breaking-ci :
183
- @go run github.com/bufbuild/buf/cmd/buf breaking --against $(HTTPS_GIT ) # branch=v0.34.x-celestia
183
+ @go run github.com/bufbuild/buf/cmd/buf@v1.29.0 breaking --against $(HTTPS_GIT ) # branch=v0.34.x-celestia
184
184
.PHONY : proto-check-breaking-ci
185
185
186
186
# ##############################################################################
0 commit comments