mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
If troubleshoot is used as a dependency in go.mod, the version information of the release would be missing at runtime. This is because the version string is injected to binaries at build time using linker flags (LD) passed to the compiler (check Makefile)