dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

Convert to modules and golangci-lint #186

Closed tduffield closed 4 years ago

tduffield commented 4 years ago

This will hopefully make it easier to keep libraries up to date going forward, as more and more projects move away from dep and towards modules.

Gometalinter has also been deprecated in favor of golangci-lint. Using said tool speeds up the lint tests drastically.

This also bumps the default Docker API Version from 1.23 to 1.25. It was required to make the tests pass, but it should also fix #185.

dnephin commented 4 years ago

Thank you for working on this!

tduffield commented 4 years ago

@dnephin okay, this should be ready to go!