tuhaihe commented on code in PR #1691:
URL: https://github.com/apache/cloudberry/pull/1691#discussion_r3122511834
##########
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:
Good catch! Do you think we also need to update the Go version to 1.24.13
for the other Cloudberry repos, like cloudberry-backup and cloudberry-pxf, or
can they keep 1.24.0 unchanged?
--
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]