build: update to go1.26 and make go1.25 the minimum required version
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
//go:build !go1.24
|
||||
//go:build !go1.25
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.24 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.25 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_24_required_for_compilation() }
|
||||
func init() { Go_version_1_25_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user