Update to Go 1.24

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-02-12 23:00:13 +01:00
parent ac66ca51ec
commit 509ed8e1a4

2
go.mod
View File

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