File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ sudo: false
3
3
4
4
matrix :
5
5
include :
6
- - go : " 1.9"
7
- - go : " 1.10"
8
- - go : " 1.11"
6
+ - go : 1.9.x
7
+ - go : 1.10.x
8
+ - go : 1.11.x
9
9
env :
10
10
- GO111MODULE=off
11
11
- VET=1
12
- - go : " 1.11"
12
+ - go : 1.11.x
13
13
env : GO111MODULE=on
14
- - go : " 1.12"
14
+ - go : 1.12.x
15
15
env : GO111MODULE=off
16
- - go : " 1.12"
16
+ - go : 1.12.x
17
17
env : GO111MODULE=on
18
18
- go : tip
19
19
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import (
32
32
"google.golang.org/grpc"
33
33
"google.golang.org/grpc/credentials"
34
34
"google.golang.org/grpc/metadata"
35
+ _ "google.golang.org/grpc/xds/experimental"
35
36
)
36
37
37
38
// ListServices uses the given descriptor source to return a sorted list of fully-qualified
You can’t perform that action at this time.
0 commit comments