mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
build: update to use go1.14 for the build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//+build !go1.10
|
||||
//+build !go1.11
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.10 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.11 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_10_required_for_compilation() }
|
||||
func init() { Go_version_1_11_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user