You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a common case when a developers just installs the utility from sources, without retrieving the binary that includes build info, which raises an issue of tracking the utility's version. Tool dependency has no help in here as mostly developers are installing it via running the command above:
🚀 Feature
It's a common case when a developers just installs the utility from sources, without retrieving the binary that includes build info, which raises an issue of tracking the utility's version. Tool dependency has no help in here as mostly developers are installing it via running the command above:
which just takes the latest versions of all tools without embedding any information about the utility's build.
I think it's a good idea to retrieve utility's version via
debug.ReadBuildInfo
, which was added in Go 1.18.The text was updated successfully, but these errors were encountered: