Skip to content

Commit

Permalink
update from googleapis (#85)
Browse files Browse the repository at this point in the history
* disable go1.6

gRPC imports golang.org/x/sys/unix which currently does not build on
go1.6. Depending on how compatibility story plays out, we'll either drop
1.6 support or add back 1.6 CI.

This commit also slightly changes the CI version "structure".
We previously list all Go versions to test against. This commit
makes us test against 1.7 and the latest version.
This means we don't have to manually bump version when new releases come
out. We have to be doing something really strange if we build against
1.7 and 1.10, but not 1.8 and 1.9.
  • Loading branch information
pongad authored Jul 26, 2018
1 parent 02b4e95 commit 2a72893
Show file tree
Hide file tree
Showing 305 changed files with 7,357 additions and 6,215 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.x
go_import_path: google.golang.org/genproto

script:
Expand Down
4 changes: 2 additions & 2 deletions googleapis/api/annotations/annotations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 26 additions & 16 deletions googleapis/api/annotations/http.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions googleapis/api/authorization_config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions googleapis/api/configchange/config_change.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions googleapis/api/distribution/distribution.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions googleapis/api/experimental.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions googleapis/api/httpbody/httpbody.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions googleapis/api/label/label.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a72893

Please sign in to comment.