Activate xDS support in grpcurl (#137)

This commit is contained in:
Richard Belleville 2020-03-13 13:29:41 -07:00 committed by GitHub
parent d30f3a01b7
commit 96cfd48e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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