diff --git a/go.mod b/go.mod index 08eb2d6..a2c842d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/grafana/catchpoint-prometheus-exporter go 1.21 -toolchain go1.23.5 +toolchain go1.25.4 require ( github.com/alecthomas/kingpin/v2 v2.4.0