distribution/version
Cory Snider ab27c9d5f1 version: use go list -m
It appears that the value of Package is intended to be what is nowadays
called the module path, not the path to the version package. This also
fixes the issue of the version file being regenerated incorrectly under
shell redirection as the go list command no longer attempts to parse .go
files under the version package.

    $ ./version.sh > version.go
    version.go:1:1: expected 'package', found 'EOF'

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-12-19 13:00:22 -05:00
..
print.go format code with gofumpt 2022-11-03 22:48:20 +01:00
version.go release: prep for the v3 alpha-1 release 2023-12-19 15:11:25 +00:00
version.sh version: use go list -m 2023-12-19 13:00:22 -05:00