dmvolod commented on issue #863: operator-sdk build fails on latest master with 'make images-dev' URL: https://github.com/apache/camel-k/issues/863#issuecomment-514730883 @astefanutti CI file still contains 'go mod vendor' command. Looks like this is a reason why CI is not failing. I'm diving into operator-sdk code and the logic to detect of dependency manager is very simple and dep has priority. https://github.com/operator-framework/operator-sdk/blob/d6e1aba9fa512ff9d441b648f548399c86929643/internal/util/projutil/project_util.go#L87-L104 May be I can't see very simple things.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
