tailscale/version/mkversion
David Anderson 9ebab961c9 version/mkversion: don't break on tagged go.mod entries
I thought our versioning scheme would make go.mod include a commit hash
even on stable builds. I was wrong. Fortunately, the rest of this code
wants anything that 'git rev-parse' understands (to convert it into a full
git hash), and tags qualify.

Signed-off-by: David Anderson <danderson@tailscale.com>
2023-03-14 14:25:18 -07:00
..
mkversion.go version/mkversion: don't break on tagged go.mod entries 2023-03-14 14:25:18 -07:00
mkversion_test.go version/mkversion: allow collecting version only from this repo 2023-02-18 19:05:39 +00:00