mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 18:13:17 +00:00
mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile
This commit is contained in:
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
|
||||
|
||||
2
backend/cache/cache_mount_unix_test.go
vendored
2
backend/cache/cache_mount_unix_test.go
vendored
@@ -1,4 +1,4 @@
|
||||
// +build linux,go1.11 darwin,go1.11 freebsd,go1.11
|
||||
// +build linux,go1.13 darwin,go1.13 freebsd,go1.13
|
||||
|
||||
package cache_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user