version info missing
itzsimpl opened this issue · 1 comments
itzsimpl commented
When built via go install github.com/prometheus-community/ipmi_exporter@v1.5.2
the resulting ipmi_exporter
does not report any version information
$ ipmi_exporter --version
ipmi_exporter, version (branch: , revision: )
build user:
build date:
go version: go1.18
platform: linux/amd64
SuperQ commented
You need to use make build
in order to have these values added.