Skip to content

Commit

Permalink
proto: pin protoc-gen-go-grpc to v1.3.0 (#27334)
Browse files Browse the repository at this point in the history
Pin `protoc-gen-go-grpc` to `v1.3.0` as `v1.4.0` requires
`google.golang.org/grpc >= v1.62`, which we are not currently updating on
older branches. If we end up upgrading the grpc module we can upin this
bring in the latest gRPC changes.

Signed-off-by: Ryan Cragun <[email protected]>
  • Loading branch information
ryancragun authored Jun 3, 2024
1 parent 89b0b66 commit f7be36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-external-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
# up here.
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
shell: bash
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
shell: bash
- run: go install github.com/favadi/protoc-go-inject-tag@latest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion tools/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_external() {
github.com/golangci/revgrep/cmd/revgrep@latest
golang.org/x/tools/cmd/goimports@latest
google.golang.org/protobuf/cmd/protoc-gen-go@latest
google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
gotest.tools/gotestsum@latest
honnef.co/go/tools/cmd/staticcheck@latest
mvdan.cc/gofumpt@latest
Expand Down

0 comments on commit f7be36d

Please sign in to comment.