File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ executors:
66 # Whenever the Go version is updated here, .promu.yml should also be updated.
77 golang :
88 docker :
9- - image : cimg/go:1.18
9+ - image : cimg/go:1.19
1010jobs :
1111 test :
1212 executor : golang
Original file line number Diff line number Diff line change 2727 - name : Lint
2828 uses : golangci/golangci-lint-action@v3.2.0
2929 with :
30- version : v1.45.2
30+ version : v1.50.1
Original file line number Diff line number Diff line change 11go :
22 # Whenever the Go version is updated here, .travis.yml and
33 # .circle/config.yml should also be updated.
4- version : 1.18
4+ version : 1.19
55repository :
66 path : github.com/prometheus-community/ecs_exporter
77build :
Original file line number Diff line number Diff line change 1+ ## 0.2.1 / 2023-01-24
2+
3+ * [ BUGFIX] Fix cpu and memory stats #49
4+
15## 0.2.0 / 2022-08-02
26
37* [ BUGFIX] Fix CPU usage metrics #37
Original file line number Diff line number Diff line change 1- 0.2.0
1+ 0.2.1
You can’t perform that action at this time.
0 commit comments