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/operator-sdk/internal: explicitly set GOROOT (#2754)
* cmd/operator-sdk/internal: explicitly set GOROOT
If the user's GOROOT does not match the GOROOT used to build the
binary, they would be required to explicitly set the GOROOT env
variable to their go env GOROOT. To avoid this step for end-users
we can explicitly pull the GOROOT from go env and explicitly set
the GOROOT env variable.
Fixes: #2744
0 commit comments