GH-47673: [CI][Integration] Fix Go build failure#47674
Conversation
Our latest Go version detection is broken. It doesn't detect the latest version.
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
|
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 935f318. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
|
Thanks @kou ! |
### Rationale for this change Our latest Go version detection is broken. It doesn't detect the latest version. It caused Apache Arrow Go install failure. ### What changes are included in this PR? Use conda to install Go. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#47673 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Our latest Go version detection is broken. It doesn't detect the latest version.
It caused Apache Arrow Go install failure.
What changes are included in this PR?
Use conda to install Go.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.