Skip to content

Commit

Permalink
deps: bump go-grpc (1.19.0 -> 1.20.1)
Browse files Browse the repository at this point in the history
Looks like we've missed a few releases -- here they are. The interesting
releases are:

- v1.20.0, as it has a few new features and bug fixes
- v1.19.1 has a bug fix for grpc/grpc-go#2669,
  which could have happened to us as well.

For all the notes, see the releases page:
https://github.com/grpc/grpc-go/releases

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed May 22, 2019
1 parent 53af36f commit 369f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ required = [

[[constraint]]
name = "google.golang.org/grpc"
version = "1.19.0"
version = "1.20.1"

[[constraint]]
name = "github.com/dexidp/dex"
Expand Down

0 comments on commit 369f9aa

Please sign in to comment.