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

This commit is contained in:
Nick Craig-Wood
2026-08-20 12:16:48 +01:00
parent ec3a95c279
commit e189f38122
4 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
//go:build !go1.25
//go:build !go1.26
package fs
// Upgrade to Go version 1.25 to compile rclone - latest stable go
// Upgrade to Go version 1.26 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_25_required_for_compilation() }
func init() { Go_version_1_26_required_for_compilation() }