We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1859007 commit be8bba7Copy full SHA for be8bba7
.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6
# Whenever the Go version is updated here, .promu.yml should also be updated.
7
golang:
8
docker:
9
- - image: cimg/go:1.24
+ - image: cimg/go:1.25
10
jobs:
11
test:
12
executor: golang
.promu.yml
@@ -2,7 +2,7 @@
2
go:
3
# Whenever the Go version is updated here
4
# .circle/config.yml should also be updated.
5
- version: 1.24
+ version: 1.25
repository:
path: github.com/prometheus/prom2json
build:
0 commit comments