Skip to content

Commit

Permalink
chore: unfreeze grpc (#2183)
Browse files Browse the repository at this point in the history
We support a min of 1.19 now
  • Loading branch information
codyoss committed Sep 25, 2023
1 parent 546196e commit 3a58dbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Expand Up @@ -12,12 +12,11 @@
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/appengine",
"google.golang.org/grpc"
"google.golang.org/appengine"
],
"force": {
"constraints": {
"go": "1.19"
}
}
}
}

0 comments on commit 3a58dbb

Please sign in to comment.