Skip to content

Commit

Permalink
Require a slightly newer version of grpc-go (jaegertracing#1324)
Browse files Browse the repository at this point in the history
This includes the fix for grpc/grpc-go#1928
(grpc/grpc-go#2045), which makes
jaeger-collector usable behind nginx (and probably other grpc/http2
implementations) as load balancers for its grpc endpoint.

More info: https://trac.nginx.org/nginx/ticket/1538

Signed-off-by: Benjamin Staffin <benley@gmail.com>
  • Loading branch information
benley authored and iori-yja committed Feb 15, 2019
1 parent 3a1765b commit 0e12504
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ required = [

[[constraint]]
name = "google.golang.org/grpc"
version = "^1.11.0"
version = "^1.13.0"

[[constraint]]
name = "gopkg.in/olivere/elastic.v5"
Expand Down

0 comments on commit 0e12504

Please sign in to comment.