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
For tagged releases installed using go install, the actual tag version can be obtained from runtime/debug.BuildInfo. See go mod -m "$( which gocurl )" for an example of what can be obtained from there.
The text was updated successfully, but these errors were encountered:
For tagged releases installed using
go install
, the actual tag version can be obtained fromruntime/debug.BuildInfo
. Seego mod -m "$( which gocurl )"
for an example of what can be obtained from there.The text was updated successfully, but these errors were encountered: