mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 06:15:50 +02:00
sftp: require go1.9+ after golang.org/x/crypto/ssh update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// Test Sftp filesystem interface
|
||||
|
||||
// +build !plan9,go1.8
|
||||
// +build !plan9,go1.9
|
||||
|
||||
package sftp_test
|
||||
|
||||
|
Reference in New Issue
Block a user