mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile
This commit is contained in:
parent
9663f9b2ab
commit
17b4058ee9
9 changed files with 17 additions and 17 deletions
6
backend/cache/cache_mount_other_test.go
vendored
6
backend/cache/cache_mount_other_test.go
vendored
|
@ -1,6 +1,6 @@
|
|||
// +build !linux !go1.11
|
||||
// +build !darwin !go1.11
|
||||
// +build !freebsd !go1.11
|
||||
// +build !linux !go1.13
|
||||
// +build !darwin !go1.13
|
||||
// +build !freebsd !go1.13
|
||||
// +build !windows
|
||||
|
||||
package cache_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue