build: update to go1.26 and make go1.25 the minimum required version

This commit is contained in:
Nick Craig-Wood
2026-02-18 11:33:48 +00:00
parent 391661fdb4
commit f14945f9c1
4 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -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() }