Add go 1.25, require go 1.24

Now that Go 1.25 is out, let's switch to go 1.24.0 as a minimally
supported version, drop Go 1.23 and add Go 1.25 to CI matrix.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-08-13 20:01:09 -07:00
parent 237cc9806a
commit 26602650ad
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ A third party security audit was performed by Cure53, you can see the full repor
## Building
`runc` only supports Linux. See the header of [`go.mod`](./go.mod) for the required Go version.
`runc` only supports Linux. See the header of [`go.mod`](./go.mod) for the minimally required Go version.
### Pre-Requisites