azureblob: require go1.14+ to compile due to SDK changes

This commit is contained in:
Nick Craig-Wood 2021-01-30 18:01:12 +00:00
parent 463a18aa07
commit 3b1122c888
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
// Package azureblob provides an interface to the Microsoft Azure blob object storage system // Package azureblob provides an interface to the Microsoft Azure blob object storage system
// +build !plan9,!solaris,!js,go1.13 // +build !plan9,!solaris,!js,go1.14
package azureblob package azureblob

View File

@ -1,4 +1,4 @@
// +build !plan9,!solaris,!js,go1.13 // +build !plan9,!solaris,!js,go1.14
package azureblob package azureblob

View File

@ -1,6 +1,6 @@
// Test AzureBlob filesystem interface // Test AzureBlob filesystem interface
// +build !plan9,!solaris,!js,go1.13 // +build !plan9,!solaris,!js,go1.14
package azureblob package azureblob

View File

@ -1,6 +1,6 @@
// Build for azureblob for unsupported platforms to stop go complaining // Build for azureblob for unsupported platforms to stop go complaining
// about "no buildable Go source files " // about "no buildable Go source files "
// +build plan9 solaris js !go1.13 // +build plan9 solaris js !go1.14
package azureblob package azureblob

View File

@ -1,4 +1,4 @@
// +build !plan9,!solaris,!js,go1.13 // +build !plan9,!solaris,!js,go1.14
package azureblob package azureblob

View File

@ -1,4 +1,4 @@
// +build !plan9,!solaris,!js,go1.13 // +build !plan9,!solaris,!js,go1.14
package azureblob package azureblob