Skip to content

Commit

Permalink
update from googleapis (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 6d21a71 commit 26bec6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions code/code.pb.go

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

30 changes: 15 additions & 15 deletions errdetails/error_details.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 status/status.pb.go

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

0 comments on commit 26bec6a

Please sign in to comment.