You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/28 18:34:50 UTC

[GitHub] [arrow] zeroshade commented on pull request #14503: ARROW-18159: [Go][Release] Add `go install` to verify-release script

zeroshade commented on PR #14503:
URL: https://github.com/apache/arrow/pull/14503#issuecomment-1295328883

   Hmm, you said in your case `go` was already installed on the system right? If `go` already exists on the system, at line 398 it looks like it checks for the existence of the `go` command and if it exists, it skips trying to install Go and returns without setting the `GOPATH`/`GOROOT` env vars. I'll make a change to that logic to set the vars and let's see if that works.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org