From 85ee2a5b9d58b3ffe931875ee15a056764106bb5 Mon Sep 17 00:00:00 2001 From: Yftach Zur Date: Tue, 19 Aug 2025 09:08:45 +0000 Subject: [PATCH] bump go version to latest patch version to fix security vulnerabilities --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 86a2c58b4..982faf04f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/google/go-containerregistry -go 1.24 +go 1.24.6 require ( github.com/containerd/stargz-snapshotter/estargz v0.16.3