guyuqi edited a comment on pull request #12540:
URL: https://github.com/apache/arrow/pull/12540#issuecomment-1070669550


   It also doesn't work for removing the @latest.
   The original Golang version on Windows MinGW is 1.15.
   The golang compile version should match go tool version:
   `compile: version "go1.15.5" does not match go tool version "go1.17"`
   
   But when intalling Golang 1.17 by `actions/setup-go@v2` with version 1.17, 
the Go 1.17.7 was installed by default which also doesn't match go1.17.
   `compile: version "go1.17.7" does not match go tool version "go1.17"`
   


-- 
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]


Reply via email to