Skip to content

Commit

Permalink
Update grpc-go plugin dependency to 1.62.0 (#1325)
Browse files Browse the repository at this point in the history
The protoc-gen-grpc-go plugin updated in v1.4.0 to require at least
grpc-go v1.62.0 of generated code. Update to v1.62.2 to require the
latest security release of grpc-go.

Additionally, bump the version of the protocolbuffers/go dependency.
  • Loading branch information
pkwarren authored Jun 28, 2024
1 parent 39f1117 commit c319595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/grpc/go/v1.4.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ description: Generates Go client and server stubs for the gRPC framework.
output_languages:
- go
deps:
- plugin: buf.build/protocolbuffers/go:v1.34.1
- plugin: buf.build/protocolbuffers/go:v1.34.2
registry:
go:
min_version: "1.19"
deps:
- module: google.golang.org/grpc
version: v1.61.2
version: v1.62.2
opts:
- paths=source_relative
- require_unimplemented_servers=false
Expand Down

0 comments on commit c319595

Please sign in to comment.