Skip to content

Commit 8ab7b80

Browse files
sdx-jkatajartkkroland
authored andcommitted
* bump CircleCI builder image Signed-off-by: Janne Kataja <[email protected]> * bump go to 1.22 Signed-off-by: Janne Kataja <[email protected]> --------- Signed-off-by: Janne Kataja <[email protected]>
1 parent 939f633 commit 8ab7b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# This must match .promu.yml.
77
golang:
88
docker:
9-
- image: cimg/go:1.21
9+
- image: cimg/go:1.22.6
1010
jobs:
1111
test:
1212
executor: golang

.promu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go:
22
# This must match .circle/config.yml.
3-
version: 1.21
3+
version: 1.22
44
repository:
55
path: github.com/prometheus-community/elasticsearch_exporter
66
build:

0 commit comments

Comments
 (0)