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
Ensure Go binary exists before version check (#7059)
A missing Go binary during checking go version can cause script failure. The condition check
failed to handle this case because the directory still existed.
This patch improves the directory check by directly verifying the existence of `bin/go`
to prevent script failure when retrieving go version.
Signed-off-by: Shuyang Xin <[email protected]>
0 commit comments