-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
Update buf and plugins
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,11 @@ HTTPS_GIT := https://github.com/spacemeshos/api.git | |
SSH_GIT := ssh://[email protected]/spacemeshos/api.git | ||
|
||
# This controls the version of buf to install and use. | ||
BUF_VERSION := 1.26.1 | ||
BUF_VERSION := 1.30.0 | ||
|
||
GRPC_JSON_PROXY_VERSION := v2.19.1 | ||
PROTOC_GO_VERSION := v1.33.0 | ||
PROTOC_GEN_GO_VERSION := v1.3.0 | ||
|
||
# Everything below this line is meant to be static, i.e. only adjust the above variables. ### | ||
|
||
|
@@ -59,9 +63,9 @@ $(BUF): protoc-plugins | |
|
||
# Download protoc plugins | ||
protoc-plugins: | ||
@go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.18.0 | ||
@go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0 | ||
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0 | ||
@go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@$(GRPC_JSON_PROXY_VERSION) | ||
@go install google.golang.org/protobuf/cmd/protoc-gen-go@$(PROTOC_GO_VERSION) | ||
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@$(PROTOC_GEN_GO_VERSION) | ||
.PHONY: protoc-plugins | ||
|
||
# local is what we run when testing locally. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.