michaelsembwever commented on code in PR #116: URL: https://github.com/apache/cassandra-builds/pull/116#discussion_r2114057700
########## docker/testing/ubuntu2004_j11.docker: ########## @@ -161,8 +161,9 @@ RUN chown cassandra:cassandra ~/.ssh RUN chown cassandra:cassandra ~/.ssh/config RUN chmod 600 ~/.ssh/config +ENV GO_VERSION="1.24.3" + RUN sh -c '\ Review Comment: don't forget the comment that `GO_VERSION_SHAS` must be kept up to date with `GO_VERSION`, and that there should only be four SHAs listed. -- 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]

