Update google.cloud.go to latest (#7199)

This commit is contained in:
Daniel Nelson
2020-03-18 15:30:49 -07:00
committed by GitHub
parent 9fbf288518
commit 4e28e5721b
5 changed files with 229 additions and 15 deletions

View File

@@ -70,7 +70,6 @@ jobs:
- attach_workspace:
at: '/go'
- run: 'make'
- run: 'make check'
- run: 'make test'
test-go-1.12-386:
<<: [ *defaults, *go-1_12 ]
@@ -78,7 +77,6 @@ jobs:
- attach_workspace:
at: '/go'
- run: 'GOARCH=386 make'
- run: 'GOARCH=386 make check'
- run: 'GOARCH=386 make test'
test-go-1.13:
<<: [ *defaults, *go-1_13 ]