mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 07:48:19 +01:00
Require go1.8 for compilation
This commit is contained in:
parent
c514cb752d
commit
543e37f662
@ -4,7 +4,6 @@ dist: trusty
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
go:
|
go:
|
||||||
- 1.7.x
|
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//+build !go1.7
|
//+build !go1.8
|
||||||
|
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
// Upgrade to Go version 1.7 to compile rclone - latest stable go
|
// Upgrade to Go version 1.8 to compile rclone - latest stable go
|
||||||
// compiler recommended.
|
// compiler recommended.
|
||||||
func init() { Go_version_1_7_required_for_compilation() }
|
func init() { Go_version_1_8_required_for_compilation() }
|
||||||
|
Loading…
Reference in New Issue
Block a user