Skip to content

Commit

Permalink
Activate xDS support in grpcurl (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen authored Mar 13, 2020
1 parent d30f3a0 commit 96cfd48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ sudo: false

matrix:
include:
- go: "1.9"
- go: "1.10"
- go: "1.11"
- go: 1.9.x
- go: 1.10.x
- go: 1.11.x
env:
- GO111MODULE=off
- VET=1
- go: "1.11"
- go: 1.11.x
env: GO111MODULE=on
- go: "1.12"
- go: 1.12.x
env: GO111MODULE=off
- go: "1.12"
- go: 1.12.x
env: GO111MODULE=on
- go: tip

Expand Down
1 change: 1 addition & 0 deletions grpcurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/metadata"
_ "google.golang.org/grpc/xds/experimental"
)

// ListServices uses the given descriptor source to return a sorted list of fully-qualified
Expand Down

0 comments on commit 96cfd48

Please sign in to comment.