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

This commit is contained in:
Nick Craig-Wood
2025-01-13 11:55:21 +00:00
parent 45ba81c726
commit bd7278d7e9
4 changed files with 19 additions and 19 deletions

View File

@@ -333,7 +333,7 @@ Note that this is controlled by [community maintainer](https://github.com/bouken
## Source installation {#source}
Make sure you have git and [Go](https://golang.org/) installed.
Go version 1.18 or newer is required, the latest release is recommended.
Go version 1.22 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: