From 509ed8e1a42b51f65907b9c546e1ebdcb4e822bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 12 Feb 2025 23:00:13 +0100 Subject: [PATCH] Update to Go 1.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d4524be..60b25fc0 100644 --- a/go.mod +++ b/go.mod @@ -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