Releases: powerman/go-service-example
Releases · powerman/go-service-example
v1.4.0
c565a7e
- docs: update README (#63)ddea0ee
- chore: force goimports local prefix (#64)87bc59a
- chore(deps): bump github.com/go-openapi/strfmt from 0.19.5 to 0.19.6 (#65)bc10634
- chore(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.0 (#66)908db27
- chore(deps): bump github.com/prometheus/client_golang (#67)d161342
- chore: update deps (#72)18bf52e
- chore: cleanup (#73)b959c52
- docs: update README (#74)369ea00
- docs: update README (#75)09127f2
- chore(deps): update (#83)92d998f
- chore(deps): bump JulienKode/pull-request-name-linter-action (#84)18be7a1
- chore: add tools.go and gobin (#86)677a2ce
- chore(deps): bump github.com/powerman/dockerize from 0.12.0 to 0.13.0 (#87)04666f2
- chore: cleanup (#88)439cdef
- chore: update deps (#100)dd92f14
- chore: update deps and tools7c7c69f
- chore: sync with go-monolith-example
v1.3.0
v1.2.0
ccc82b2
- docs: Add example how to run using docker (#46)8914fcf
- chore: Cleanup (#48)bf88ea2
- ci: Add CodeQL analysis (#49)21a4692
- ci: require lowercase PR subject (#50)3f29958
- chore(deps): bump github.com/go-openapi/validate from 0.19.10 to 0.19.11 (#51)69e0ed1
- chore(deps): bump metcalfc/changelog-generator from v0.4.3 to v0.4.4 (#53)7660841
- chore(deps): bump github.com/go-openapi/runtime from 0.19.21 to 0.19.22 (#54)f4bac33
- ci: add support for upper-case org/repo (#55)b989b86
- feat: add /health-check, test&fix middlewares (#56)1da70c2
- feat(scripts): improve test, add stat (#57)
v1.1.2
1.1.1
Fixes:
- Avoid t.Cleanup with gomock, see golang/mock#428.