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.
2 parents 61630ba + 7e86594 commit a4fa16dCopy full SHA for a4fa16d
.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.21
+ - image: cimg/go:1.22
10
jobs:
11
test:
12
executor: golang
.promu.yml
@@ -2,7 +2,7 @@
2
go:
3
# Whenever the Go version is updated here, .circle/config.yml should also
4
# be updated.
5
- version: 1.21
+ version: 1.22
repository:
path: github.com/prometheus/pushgateway
build:
0 commit comments