globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 230 forks source link

Add mongo 4.0 to travis CI #237

Closed eminano closed 6 years ago

eminano commented 6 years ago

Add last mongo version 4.0 to the continuous integration builds.

peterdeka commented 6 years ago

What is needed to close this? I saw just adding 4.0 as per PR #259 fails. Any clue? Something we can do?

domodwyer commented 6 years ago

Hi @peterdeka

It looks like the error messages have changed, so the tests would need updating to match against them. There's probably other issues hiding away with 4.0 support though! I meant to close this when adding the support note on the readme, but we are definitely interested in 4.0 support / PRs!

If there's anything I can do to help, please open tickets or reply here :)

Dom