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

This commit is contained in:
Nick Craig-Wood committed 2025-08-13 17:54:45 +01:00
1 parent 8a952583a5
commit c3f721755d
5 files changed
+17 -17

No files matched your search

+1 -1
View File
@@ -18,7 +18,7 @@ image](https://securebuild.com/images/rclone) through our partner
| OS | Minimum Version |
|:-------:|:-------:|
| Linux | Kernel 3.2 |
| macOS | 11 (Big Sur) |
| macOS | 12 (Monterey) |
| Windows | 10, Server 2016 |
| FreeBSD | 12.2 |
| OpenBSD | 6.9 |
+1 -1
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: