From efe8905d3e2028d497d7a49c417ec7d3e3a782e1 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:56:10 -0500 Subject: [PATCH] chore: move syft forward to latest golang Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b23f615f8..5d3ff616e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/anchore/syft -go 1.24.1 +go 1.25.4 require ( github.com/BurntSushi/toml v1.5.0