Skip to content

Commit 74cd2da

Browse files
authored
Update go version to 1.25.0 (#1129)
1 parent d545b07 commit 74cd2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/nginx/nginx-prometheus-exporter
22

3-
go 1.24.2
3+
go 1.25.0
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0
77
github.com/nginx/nginx-plus-go-client/v3 v3.0.0
8-
github.com/prometheus/client_golang v1.23.0
98
github.com/pires/go-proxyproto v0.8.1
9+
github.com/prometheus/client_golang v1.23.0
1010
github.com/prometheus/common v0.65.0
1111
github.com/prometheus/exporter-toolkit v0.14.0
1212
)

0 commit comments

Comments
 (0)