Skip to content

Commit

Permalink
[FAB-7508] Set grpc-go min version constraint to 1.8.0
Browse files Browse the repository at this point in the history
This version introduces transparent retries. The FailFast
option that enables this functionality will by exposed
in another commit.

Change-Id: I2e6aa80c1b8637ebb08d3953dc7da42faf2d2ee5
Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
  • Loading branch information
d1vyank committed Jan 31, 2018
1 parent 4fc40fa commit d6546c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[[constraint]]
name = "google.golang.org/grpc"
version = "1.5.2"
version = "1.8.0"

[[constraint]]
name = "github.com/golang/protobuf"
Expand Down Expand Up @@ -60,4 +60,4 @@

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.0"
version = "1.2.0"

0 comments on commit d6546c8

Please sign in to comment.