Replies: 1 comment 4 replies
We are working toward this goal, as natively supported: push to have codegen files committed (and used at runtime), migrating from With that, maybe we can simply not run the I have to check if there isn't cases we would like to run WDYT @TomChv ? |
Uh oh!
There was an error while loading. Please reload this page.
Hi there!
We're currently using Dagger extensively in our company's pipelines. On some of our monolithic repositories that hold our modules, we've committed codegen and also have additional checks to verify that the codegen is in sync for a given PR.
A recent change in Dagger has seemingly made it such that
dagger developwill introduce changes togo.modandgo.sumif there are upstream dependency updates. For us, this doesn't feel quite ideal as it can lead to polluting PRs with unrelated changes, or the need to constantly raise several PRs to keep these dependencies in check.Opening this up for further discussion if there might be some alternative options/solutions available!
All reactions