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 df29a81 commit 755b5d0Copy full SHA for 755b5d0
.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6
# This must match .promu.yml.
7
golang:
8
docker:
9
- - image: cimg/go:1.24
+ - image: cimg/go:1.25
10
jobs:
11
test:
12
executor: golang
.promu.yml
@@ -1,6 +1,6 @@
1
go:
2
# This must match .circle/config.yml.
3
- version: 1.24
+ version: 1.25
4
repository:
5
path: github.com/prometheus-community/stackdriver_exporter
build:
go.mod
module github.com/prometheus-community/stackdriver_exporter
-go 1.23.0
+go 1.24.0
require (
github.com/PuerkitoBio/rehttp v1.4.0
0 commit comments