Skip to content

testing/doctl: pass version information as LDFLAGS on build

Running doctl version from the Alpine package of doctl currently reports the version as 0.0.0-dev. The version string is set at build time using LDFLAGS. This PR updates the build script to do that as well as add the alpine label to help identify the packaged version in bug reports, etc.

Edited by Kevin Daudt

Merge request reports