Skip to content

Releases: AppliNH/goa-boilerplate

v0.2.2

05 Dec 18:11

Choose a tag to compare

  • Fix golangci-lint configuration

v0.2.1

05 Dec 17:54

Choose a tag to compare

  • 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 download for docker build

v0.2.0

05 Dec 17:26
db2654e

Choose a tag to compare

  • Add config validation, default values and automated registration of config keys.
  • Add sloghttp middleware to exclude health checks from logging.

v0.1.2

21 Sep 15:10

Choose a tag to compare

  • Fix typo in readme.

v0.1.1

21 Sep 15:08

Choose a tag to compare

  • Update readme to skip .git folder when using copier.

v0.1.0

21 Sep 14:45
47eea62

Choose a tag to compare

  • Initial release with goa design generation and basic project structure.