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
cmd: refactor -version so it works with go install
The previous method of setting version assumed that values would be set
through ldflags. Still supporting this method, but this PR adds a
fallback to read from debug.BuildInfo if they aren't set. This covers
the case where users are `go install`ing the tool.
0 commit comments