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:
66 # This must match .promu.yml.
77 golang :
88 docker :
9- - image : cimg/go:1.20
9+ - image : cimg/go:1.21
1010jobs :
1111 test :
1212 executor : golang
Original file line number Diff line number Diff line change 11go :
22 # This must match .circle/config.yml.
3- version : 1.20
3+ version : 1.21
44repository :
55 path : github.com/prometheus-community/elasticsearch_exporter
66build :
77 binaries :
88 - name : elasticsearch_exporter
9- flags : -a -tags netgo
109 ldflags : |
1110 -s
1211 -X github.com/prometheus/common/version.Version={{.Version}}
Original file line number Diff line number Diff line change 11module github.com/prometheus-community/elasticsearch_exporter
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments