We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c555 commit 711a6ceCopy full SHA for 711a6ce
.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6
# This must match .promu.yml.
7
golang:
8
docker:
9
- - image: cimg/go:1.21
+ - image: cimg/go:1.22.6
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.21
+ version: 1.22
4
repository:
5
path: github.com/prometheus-community/elasticsearch_exporter
build:
0 commit comments