essobedo commented on code in PR #4517: URL: https://github.com/apache/camel-k/pull/4517#discussion_r1243234051
########## 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: As you wish but it could be any version of Go, we don't really care as you already have understood -- 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]
