build: make go1.14 the minimum supported Go for building

This commit is contained in:
Nick Craig-Wood
2021-08-20 19:04:29 +01:00
parent e4fb5e99ef
commit 2cefae51a1
15 changed files with 16 additions and 53 deletions
+3 -3
View File
@@ -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() }