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 a26582f commit a00ba04Copy full SHA for a00ba04
.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6
# This must match .promu.yml.
7
golang:
8
docker:
9
- - image: cimg/go:1.22
+ - image: cimg/go:1.23
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.22
+ version: 1.23
4
repository:
5
path: github.com/prometheus-community/stackdriver_exporter
build:
0 commit comments