#Hey everyone. I have a question
1 messages · Page 1 of 1 (latest)
it's hard to keep everything up to date given how quickly new versions of dagger are getting released
this is what i'm getting when in my CI environment moduleSource module requires dagger v0.18.5, but you have v0.18.2
Modules are backward compatible by default but not necessary forward compatible. Is this a module you write or one you’re using from the public?
Right now we recommend running the latest version of dagger at all times, backward compatible makes it easy to deal with stuff like this.
is there a specific reason you’re still on 18.2?