File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ executors:
88 golang :
99 docker :
1010 # Whenever the Go version is updated here, .promu.yml should also be updated.
11- - image : cimg/go:1.20
11+ - image : cimg/go:1.21
1212
1313jobs :
1414 test :
Original file line number Diff line number Diff line change 11go :
22 # Whenever the Go version is updated here, .circle/config.yml should also
33 # be updated.
4- version : 1.20
4+ version : 1.21
55repository :
66 path : github.com/prometheus/consul_exporter
77build :
88 binaries :
99 - name : consul_exporter
1010 path : ./cmd/consul_exporter
11- flags : -a -tags netgo
1211 ldflags : |
1312 -X github.com/prometheus/common/version.Version={{.Version}}
1413 -X github.com/prometheus/common/version.Revision={{.Revision}}
Original file line number Diff line number Diff line change 1+ ## 0.10.0 / 2023-12-12
2+
3+ * [ ENHANCEMENT] Add ` --version ` flag to print the version (#257 )
4+
15## 0.9.0 / 2022-11-29
26
37* [ SECURITY] Update Exporter Toolkit (CVE-2022 -46146) #250
Original file line number Diff line number Diff line change 1- 0.9 .0
1+ 0.10 .0
You can’t perform that action at this time.
0 commit comments