Skip to content

Commit

Permalink
chore: freeze gRPC version (#1254)
Browse files Browse the repository at this point in the history
In the latest version of gRPC the library is no longer compatible
with 1.11. v1.41.0 of gRPC is currently compatible with 1.14+.
Until our versions align we should freeze updating this dependency.
  • Loading branch information
codyoss authored Oct 5, 2021
1 parent e029b57 commit 0081ea0
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 @@ -12,7 +12,8 @@
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"golang.org/x/net"
"golang.org/x/net",
"google.golang.org/grpc"
],
"force": {
"constraints": {
Expand Down

0 comments on commit 0081ea0

Please sign in to comment.