Skip to content

Commit

Permalink
update pulsar script to use fixed protoc-gen-go version
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jul 29, 2024
1 parent 5158e7b commit 1d42cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/protocgen-pulsar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail

protoc_install_gopulsar() {
go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
}

protoc_install_gopulsar
Expand Down

0 comments on commit 1d42cc1

Please sign in to comment.