azureblob: require go1.14+ to compile due to SDK changes
This commit is contained in:
parent
463a18aa07
commit
3b1122c888
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
// 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue