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
I don't know if this is due to the way GO111MODULE=on go build works, but when I run version.ReadExe(os.Args[0]) from inside of a Go test, I do not get a module list. It does find the Version.Release, but Version.ModuleInfo is empty.
The text was updated successfully, but these errors were encountered:
I don't know if this is due to the way
GO111MODULE=on go build
works, but when I runversion.ReadExe(os.Args[0])
from inside of a Go test, I do not get a module list. It does find the Version.Release, but Version.ModuleInfo is empty.The text was updated successfully, but these errors were encountered: