leborchuk commented on code in PR #1691:
URL: https://github.com/apache/cloudberry/pull/1691#discussion_r3122607515
##########
devops/deploy/docker/build/ubuntu24.04/Dockerfile:
##########
@@ -144,14 +144,14 @@ RUN apt-get update && \
quilt \
unzip && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
- cd && GO_VERSION="go1.23.4" && \
+ cd && GO_VERSION="go1.24.0" && \
Review Comment:
Yes, it could be wise to use the latest released version. Most likely there
are no differences. We usually don't use specific go features. But why not take
the version with all the bugfixes?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]