gansheer commented on code in PR #4517: URL: https://github.com/apache/camel-k/pull/4517#discussion_r1243231962
########## build/Dockerfile: ########## @@ -56,3 +56,11 @@ RUN mkdir -p /etc/maven/m2 \ USER 1000 ADD build/_output/bin/kamel /usr/local/bin/kamel + +FROM golang:1.19 as go Review Comment: Shouldn't this be set to the same version as the project 1.18 ? (even if it is mainly used to install dlv) -- 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]
