Activate xDS support in grpcurl

This commit is contained in:
Richard Belleville 2020-03-12 16:05:42 -07:00
parent d30f3a01b7
commit 1879bdd61c
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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