drive, googlecloudstorage: disallow on go1.8 due to dependent library changes

golang.org/x/oauth2/google no longer builds on go1.8
This commit is contained in:
Nick Craig-Wood 2018-11-26 14:08:51 +00:00
parent e56c6402a7
commit 58f7141c96
8 changed files with 28 additions and 0 deletions

View file

@ -1,4 +1,7 @@
// Test GoogleCloudStorage filesystem interface
// +build go1.9
package googlecloudstorage_test
import (