thecasualcoder / dobby

dobby is free and will serve your orders
Apache License 2.0
32 stars 25 forks source link

Add github actions workflow #17

Closed nithyanatarajan closed 3 years ago

nithyanatarajan commented 3 years ago

This commit will

  1. Migrate from travis to github actions for lint and tests
  2. Add github action workflow
    1. automate releases using goreleaser
    2. automate publishing docker images
  3. Use golang 1.16 in Dockerfile

This PR will fix #15