golang-migrate / migrate

Database migrations. CLI and Golang library.
Other
15.14k stars 1.39k forks source link

Delete db docker images after tests complete for a few large db docker images #1072

Closed dhui closed 5 months ago

dhui commented 5 months ago

As titled.

This should fix the broken tests.

This PR also drops support for Go 1.20 and adds support for Go 1.22 (sorry for the messy PR organization but tests were failing...)