Skip to content

Commit

Permalink
chore: freeze google.golang.org/grpc at v1.64.1 (#10642)
Browse files Browse the repository at this point in the history
* grpc v1.65.0 changes support policy to cover only the latest TWO releases of Go
  • Loading branch information
quartzmo authored Aug 6, 2024
1 parent 649c075 commit dbf480c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"go.opentelemetry.io/otel/metric",
"go.opentelemetry.io/otel/sdk",
"go.opentelemetry.io/otel/trace",
"google.golang.org/genproto"
"google.golang.org/genproto",
"google.golang.org/grpc"
],
"ignorePaths": [
"**/snippets/**"
Expand Down

0 comments on commit dbf480c

Please sign in to comment.