raulcd opened a new pull request, #968: URL: https://github.com/apache/arrow-go/pull/968
### Rationale for this change When running the release verification script without a local go version it currently might download RC or Beta releases. We should test verification with Released go versions. ### What changes are included in this PR? Add a filter to force only numeric releases. Filtering releases for go with rc or beta suffixes. ### Are these changes tested? Yes I tested this locally, prior to the issue it downloaded `+ go_version=1.27rc2` after the fix it downloaded `+ go_version=1.26.5` ### Are there any user-facing changes? No -- 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]
