From 6b75ae0a3b56947391c5c79853979cebe79ef8c2 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Thu, 7 Nov 2024 10:04:49 -0500 Subject: [PATCH] chore: update go version Signed-off-by: Keith Zantow --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 04b0c613..b11503e6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/anchore/stereoscope -go 1.22.5 +go 1.22.9 + require ( github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible github.com/adrg/xdg v0.5.3