azureblob: don't compile on < go1.13 after dependency update
This commit is contained in:
parent
2aed3bf9ab
commit
2a3b377d34
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
// Build for azureblob for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9 solaris
|
||||
// +build plan9 solaris !go1.13
|
||||
|
||||
package azureblob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue