From 4eff0b0d30d7a32d46ab9b770cb16cf6918bdeb9 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 21 Apr 2026 14:49:39 -0400 Subject: [PATCH] chore(deps): restore Go version to 1.24.2 Signed-off-by: Alex Goodman --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8644020..ccfa31c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anchore/binny -go 1.26.2 +go 1.24.2 require ( github.com/Masterminds/semver/v3 v3.4.0