grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
66 stars 4 forks source link

chore(go): Upgrade to latest version of go #113

Closed Pokom closed 9 months ago

Pokom commented 9 months ago

One thing I noticed in the #109 is that the linting was failing a condition that has since been fixed in the latest version of go. Specifically loopvar scope problems.

This updates:

Also turns out that the CI step to get the go version was broken 😱. I'd love to have a better way of extracting this metadata, but for now it's quick and dirty and works.