Hello,
I'm working on packaging tailscale, and I'm trying to move the
provisional packaging to dh-go. It works (builds and runs) with
dh-golang, but with dh-go I'm getting
dh_auto_configure: error: No go.mod found for tailscale.com/cmd/tailscale,
unable to create go.work file
There's a single go.mod file in the root of the tailscale repository, and I'm
using
export DH_GOLANG_BUILDPKG_DH_GOLANG = \
tailscale.com/cmd/tailscale \
tailscale.com/cmd/tailscaled \
tailscale.com/cmd/derper
to select these binaries. I see that similar errors showed up
due to a premature transition to dh-go (mass FTBFS email a few
days ago). That was "resolved" by basically reverting to
dh-golang.
I want to actually transition to dh-go. Am I doing something
obviously wrong here?
Best,
Antonio