influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 22 forks source link

fix: supply "VERSION" and "COMMIT" to Makefile #518

Closed bnpfeife closed 1 year ago

bnpfeife commented 1 year ago

Currently, binaries built from CI report "dev" instead of the correct version information. This updates the CI config so that "COMMIT" and "VERSION" are supplied at compile time.