mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Require go1.6 for building rclone
This is required because google.golang.org/grpc needs it.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//+build !go1.5
|
||||
//+build !go1.6
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.5 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.6 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_5_required_for_compilation() }
|
||||
func init() { Go_version_1_6_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user