rliebz / tusk

The modern task runner
https://rliebz.github.io/tusk/
MIT License
237 stars 21 forks source link

Ditch custom docker image for CI #87

Closed rliebz closed 3 years ago

rliebz commented 3 years ago

The ability to run the tests locally as we would in CI was nice, but not nice enough to warrant the additional overhead in having to build and push new images manually before CI could be run. Instead, use docker images that are suited to each stage.

Additionally bump Go, golangci-lint, and mkdocs versions. Hold off on goreleaser for now.