mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
build: make go1.14 the minimum supported Go for building
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//+build !go1.13
|
||||
//+build !go1.14
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.13 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.14 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_13_required_for_compilation() }
|
||||
func init() { Go_version_1_14_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user