Releases: AppliNH/goa-boilerplate
Releases · AppliNH/goa-boilerplate
v0.2.2
v0.2.1
- Fix Makefile docker build command
- Improve CI workflow
- Use go 1.24 for golangci-lint-action as it is not compatible with go 1.25
- Remove unnecessary
go mod downloadfor docker build
v0.2.0
- Add config validation, default values and automated registration of config keys.
- Add sloghttp middleware to exclude health checks from logging.
v0.1.2
- Fix typo in readme.
v0.1.1
- Update readme to skip .git folder when using copier.
v0.1.0
- Initial release with goa design generation and basic project structure.