Skip to content

Commit be8bba7

Browse files
committed
Update to Go1.25
Signed-off-by: beorn7 <beorn@grafana.com>
1 parent 1859007 commit be8bba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# Whenever the Go version is updated here, .promu.yml should also be updated.
77
golang:
88
docker:
9-
- image: cimg/go:1.24
9+
- image: cimg/go:1.25
1010
jobs:
1111
test:
1212
executor: golang

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
go:
33
# Whenever the Go version is updated here
44
# .circle/config.yml should also be updated.
5-
version: 1.24
5+
version: 1.25
66
repository:
77
path: github.com/prometheus/prom2json
88
build:

0 commit comments

Comments
 (0)