hiroyuki-sato commented on issue #1309: URL: https://github.com/apache/arrow-go/issues/1309#issuecomment-5627743708
@lidavidm @zeroshade I've made the changes, so I'd appreciate it if you could review this PR. https://github.com/apache/arrow/pull/51287 ```diff diff --git a/ci/docker/conda-integration.dockerfile b/ci/docker/conda-integration.dockerfile index 27f34d3f23..0fb33bf84f 100644 --- a/ci/docker/conda-integration.dockerfile +++ b/ci/docker/conda-integration.dockerfile @@ -34,7 +34,7 @@ RUN mamba install -q -y \ --file arrow/ci/conda_env_archery.txt \ numpy \ compilers \ - go \ + "go[build=cgo_*]" \ maven=${maven} \ nodejs=${node} \ yarn=${yarn} \ ``` -- 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]
