From 3276580fbd4fee42943011f4d5bf4012070e85f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 18 Aug 2025 19:48:29 +0200 Subject: [PATCH] Update to Go 1.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ae74155c5..539e0c85c 100644 --- a/go.mod +++ b/go.mod @@ -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