tailscale: fix -version
authorMichal Vasilek <michal.vasilek@nic.cz>
Wed, 12 Oct 2022 17:29:55 +0000 (19:29 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 18 Oct 2022 07:04:08 +0000 (09:04 +0200)
commit20595747f524939e89b799dbe00f3e2d1918a12d
treeaeb7c20fb0db7767c4ba7ceafb66aa45f12cba03
parent822cd366d66598dadd7fba0891982454ab4ed30c
tailscale: fix -version

tailscale version, tailscaled -version and the web UI reported the wrong
version number which doesn't cause any issues, but it can be confusing.

This is fixed by specifying the version in go ldflags similar to how
it's done in many other go packages and the official tailscale Dockerfile.

version.Long version can not be specified in GO_PKG_LDFLAGS_X because it
contains a space and GO_PKG_LDFLAGS_X is always split at a space.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 738f44be4f39191aa4640086f37ef62420442e06)
net/tailscale/Makefile