1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-04-18 12:45:02 +03:00

Update dependency go to v1.24.1 (#1005)

| datasource     | package | from   | to     |
| -------------- | ------- | ------ | ------ |
| golang-version | go      | 1.24.0 | 1.24.1 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-19 10:03:35 +00:00 committed by GitHub
parent f111292b26
commit c64f9b39bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/nginx/nginx-prometheus-exporter
go 1.23.0
toolchain go1.24.0
toolchain go1.24.1
require (
github.com/alecthomas/kingpin/v2 v2.4.0