The package filename remains "influxdb2-client"; however, internally
the package has been renamed to "influxdb2-cli". This is so upgrades
are performed correctly by apt and yum (which use the package
metadata rather than the filename).
This also swaps out underscores to slashes to match what
influxdata-docker expects.
* chore: remove goreleaser configuration and scripts
* chore: replace goreleaser with fpm
goreleaser handled signing and uploading packages. So, that
functionality had to be implemented here as well.
* chore: upgrade go releaser to v1.13.1 (#464)
* chore: update goreleaser and actually use go 1.19
* chore: format for go 1.19
Co-authored-by: Brandon Pfeifer <bpfeifer@influxdata.com>
Co-authored-by: Brandon Pfeifer <bpfeifer@influxdata.com>