build: update to go1.22rc1 and make go1.20 the minimum required version
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
//go:build !go1.19
|
||||
// +build !go1.19
|
||||
//go:build !go1.20
|
||||
// +build !go1.20
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.19 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.20 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_19_required_for_compilation() }
|
||||
func init() { Go_version_1_20_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user