Skip to content

Commit a016cbc

Browse files
authored
Update supported Go versions (#352)
Update to Go 1.25, minimum 1.24.0. Signed-off-by: SuperQ <[email protected]>
1 parent efac154 commit a016cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
go_version:
11-
- "1.23"
1211
- "1.24"
12+
- "1.25"
1313
container:
1414
image: quay.io/prometheus/golang-builder:${{ matrix.go_version }}-base
1515
env:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus/exporter-toolkit
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)