kszucs commented on code in PR #13048:
URL: https://github.com/apache/arrow/pull/13048#discussion_r862942897
##########
dev/release/verify-release-candidate.sh:
##########
@@ -382,6 +382,11 @@ install_go() {
return 0
fi
+ if which go > /dev/null 2>&1; then
+ show_info "Found $(go version) at $(which go)"
Review Comment:
That is being set at the end of the function when we install go manually.
We could set nonetheless, just following the pattern from the other
functions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]