build: drop support for go1.8
This commit is contained in:
parent
613a9bb86b
commit
16d8014cbb
36 changed files with 40 additions and 202 deletions
|
@ -1,7 +1,7 @@
|
|||
//+build !go1.8
|
||||
//+build !go1.9
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.8 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.9 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_8_required_for_compilation() }
|
||||
func init() { Go_version_1_9_required_for_compilation() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue