From 485eba5fe4f83b40af4dc5f2411730153c96ec5d Mon Sep 17 00:00:00 2001 From: Anastasia Belenkii Date: Sat, 2 Aug 2025 18:27:49 -0700 Subject: [PATCH] Chore: go 1.24.2 -> 1.24.4 to reduce scanner noise 1-line update to go version to address #3359 and address CVE-2025-4673 Signed-off-by: Anastasia Belenkii --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index deba372b..c4fc675c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prometheus/node_exporter -go 1.24.2 +go 1.24.4 require ( github.com/alecthomas/kingpin/v2 v2.4.0