zeroshade commented on code in PR #1646:
URL: https://github.com/apache/arrow-adbc/pull/1646#discussion_r1536061648


##########
ci/linux-packages/yum/almalinux-8/Dockerfile:
##########
@@ -40,5 +39,10 @@ RUN \
     rpmdevtools \
     sqlite-devel \
     tar \
+    wget \
     vala && \
   yum clean ${quiet} all
+
+RUN wget --no-verbose https://go.dev/dl/go1.21.8.linux-amd64.tar.gz
+RUN tar -C /usr/local -xzf go1.21.8.linux-amd64.tar.gz

Review Comment:
   absolutely, go for it



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to