File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ executors:
6
6
# This must match .promu.yml.
7
7
golang :
8
8
docker :
9
- - image : cimg/go:1.20
9
+ - image : cimg/go:1.21
10
10
jobs :
11
11
test :
12
12
executor : golang
Original file line number Diff line number Diff line change 1
1
go :
2
2
# This must match .circle/config.yml.
3
- version : 1.20
3
+ version : 1.21
4
4
repository :
5
5
path : github.com/prometheus-community/elasticsearch_exporter
6
6
build :
7
7
binaries :
8
8
- name : elasticsearch_exporter
9
- flags : -a -tags netgo
10
9
ldflags : |
11
10
-s
12
11
-X github.com/prometheus/common/version.Version={{.Version}}
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus-community/elasticsearch_exporter
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments