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
This missing dll is required to run may containerized golang apps
since anything checking the current user via the os package
relies on this. It so happens that klog does this and so its common
for some dependency to end up with the issue.
We can continue to shift to klog/v2 which may fix the issue, but
it would could get hit via another import as well.
Fixes#1263
Signed-off-by: John Schnake <[email protected]>
0 commit comments