mirror of
https://github.com/rclone/rclone.git
synced 2025-06-25 14:22:55 +02:00
azureblob: require go1.14+ to compile due to SDK changes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// Test AzureBlob filesystem interface
|
||||
|
||||
// +build !plan9,!solaris,!js,go1.13
|
||||
// +build !plan9,!solaris,!js,go1.14
|
||||
|
||||
package azureblob
|
||||
|
||||
|
Reference in New Issue
Block a user