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

This commit is contained in:
Nick Craig-Wood
2025-08-13 13:05:27 +01:00
parent 8a952583a5
commit c3f721755d
5 changed files with 17 additions and 17 deletions

View File

@@ -380,7 +380,7 @@ not the rclone developers so it may be out of date. Its current version is as be
## Source installation {#source}
Make sure you have git and [Go](https://golang.org/) installed.
Go version 1.22 or newer is required, the latest release is recommended.
Go version 1.24 or newer is required, the latest release is recommended.
You can get it from your package manager, or download it from
[golang.org/dl](https://golang.org/dl/). Then you can run the following: