Skip to content

Commit a4fa16d

Browse files
authored
Merge pull request #632 from prometheus/superq/go_1.22
Update Go build
2 parents 61630ba + 7e86594 commit a4fa16d

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.21
9+
- image: cimg/go:1.22
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, .circle/config.yml should also
44
# be updated.
5-
version: 1.21
5+
version: 1.22
66
repository:
77
path: github.com/prometheus/pushgateway
88
build:

0 commit comments

Comments
 (0)