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
Disable Go Workspaces when executing 'go list' in agent packaging process (#4039) (#4113)
running 'go list' with Go worspaces enabled will report all modules listed on go.work, what would make GetModuleName to fail as it requires 'go list' to return only one module, the agent itself.
(cherry picked from commit bccb12e)
Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
0 commit comments