Update to Go 1.25

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-08-18 19:48:29 +02:00
parent 0dd68eb6f7
commit 3276580fbd

4
go.mod
View File

@@ -1,9 +1,7 @@
module github.com/containers/skopeo
// Minimum required golang version
go 1.24.6
toolchain go1.24.10
go 1.25.0
// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates