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
// +build !plan9,!solaris,!js,go1.13
// +build !plan9,!solaris,!js,go1.14
package azureblob