We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efac154 commit a016cbcCopy full SHA for a016cbc
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
go_version:
11
- - "1.23"
12
- "1.24"
+ - "1.25"
13
container:
14
image: quay.io/prometheus/golang-builder:${{ matrix.go_version }}-base
15
env:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/prometheus/exporter-toolkit
2
3
-go 1.23.0
+go 1.24.0
4
5
require (
6
github.com/alecthomas/kingpin/v2 v2.4.0
0 commit comments