1
0
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:
Nick Craig-Wood
2021-08-20 18:05:14 +01:00
parent e4fb5e99ef
commit 2cefae51a1
15 changed files with 16 additions and 53 deletions

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() }