- Update golangci-lint-action from v3 to v6 - Remove redundant cache skip flags (v6 has better defaults) - Fixes compatibility with Go 1.25.1 specified in go.mod
- Removed Go 1.24 from test matrix to only run tests against Go 1.25 - Simplified CI configuration by focusing on latest stable Go version
- Add deployment workflow with test, build, and deploy jobs - Add testing workflow for PRs - Add deployment scripts (deploy, healthcheck, rollback) - Add systemd service configuration - Update Makefile with CI/CD targets - Add comprehensive deployment documentation