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 <anastasia@belenky.net>
This commit is contained in:
Anastasia Belenkii 2025-08-02 18:27:49 -07:00
parent b57f5bab2d
commit 485eba5fe4

2
go.mod
View file

@ -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