build: make go1.14 the minimum supported Go for building
This commit is contained in:
parent
e4fb5e99ef
commit
2cefae51a1
15 changed files with 16 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
// Build for azureblob for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9 solaris js !go1.14
|
||||
// +build plan9 solaris js
|
||||
|
||||
package azureblob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue