## Description Automated testing ## Acceptance Criteria - [ ] Add automated build and test workflows - [ ] Include code quality checks (linting, formatting) - [ ] Add security scanning - [ ] Support multiple Go versions - [ ] Add release automation ## Implementation Hints - Use official GitHub Actions for Go - Add caching for dependencies - Include artifact publishing ## Dependencies Makefile, Docker setup
Description
Automated testing
Acceptance Criteria
Implementation Hints
Dependencies
Makefile, Docker setup