Added
- Automated binary releases with GitHub Actions (437 - vearutop)
- Automated binary versioning with
go install
(437 - vearutop) - Module with local replace in examples (437 - vearutop)
Changed
- Suggest to use
go install
instead of the deprecatedgo get
to install thegodog
binary (449 - dmitris)