From a03ca646c4c1f1c5b1c93c586a966e29443fa83f Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Wed, 3 Sep 2025 15:30:45 +0100
Subject: [PATCH] Update go version to 1.25.0
---
go.mod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/go.mod b/go.mod
index 308e7a61f..1ced3449c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
module github.com/nginx/nginx-prometheus-exporter
-go 1.24.2
+go 1.25.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/nginx/nginx-plus-go-client/v3 v3.0.0
- github.com/prometheus/client_golang v1.23.0
github.com/pires/go-proxyproto v0.8.1
+ github.com/prometheus/client_golang v1.23.0
github.com/prometheus/common v0.65.0
github.com/prometheus/exporter-toolkit v0.14.0
)