Skip to content

Commit

Permalink
chore: freeze gRPC version (googleapis#692)
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 committed Oct 5, 2021
1 parent bfb93cc commit c76a74d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Expand Up @@ -11,6 +11,9 @@
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/grpc"
],
"force": {
"constraints": {
"go": "1.17"
Expand Down

0 comments on commit c76a74d

Please sign in to comment.