New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36274#issuecomment-1090502728 Comment: Specifying version in go_build_tags doesn't wrong right now: ``` %: doctl version doctl version 0.0.0-dev release 1.73.0 is available, check it out! ``` Alpine uses this: ``` -ldflags "-extldflags \"$LDFLAGS\" \ -X github.com/digitalocean/doctl.Major=$major \ -X github.com/digitalocean/doctl.Minor=$minor \ -X github.com/digitalocean/doctl.Patch=$patch \ -X github.com/digitalocean/doctl.Label=alpine-$pkgrel" \ ```