Skip to content

ci: harden CI/CD pipeline and fix configuration gaps#6

Merged
bisug merged 1 commit into
masterfrom
dev
Jul 11, 2026
Merged

ci: harden CI/CD pipeline and fix configuration gaps#6
bisug merged 1 commit into
masterfrom
dev

Conversation

@bisug

@bisug bisug commented Jul 11, 2026

Copy link
Copy Markdown
Owner
  • CI: add explicit go build ./... gate, run on the dev branch too (active dev branch had no push CI), and isolate the govulncheck scan into a separate advisory job (continue-on-error) so a tool/network hiccup can't block the deploy gate.
  • .gitattributes: force LF line endings so gofmt checks are deterministic across OSes (Windows CRLF was making local gofmt flag every file).
  • .gitignore/.dockerignore: ignore build artifacts (*.exe, tg-githubbot, bot) so the Windows binary can't be committed or baked into the image.
  • Dockerfile: copy tzdata into the final stage for correct time handling.
  • render.yaml: point healthCheckPath at the dedicated /healthz endpoint.
  • docker-compose.yml: default USE_POLLING to true for local dev.

- CI: add explicit `go build ./...` gate, run on the `dev` branch too
  (active dev branch had no push CI), and isolate the govulncheck scan
  into a separate advisory job (continue-on-error) so a tool/network
  hiccup can't block the deploy gate.
- .gitattributes: force LF line endings so `gofmt` checks are deterministic
  across OSes (Windows CRLF was making local gofmt flag every file).
- .gitignore/.dockerignore: ignore build artifacts (*.exe, tg-githubbot, bot)
  so the Windows binary can't be committed or baked into the image.
- Dockerfile: copy tzdata into the final stage for correct time handling.
- render.yaml: point healthCheckPath at the dedicated /healthz endpoint.
- docker-compose.yml: default USE_POLLING to true for local dev.

Co-Authored-By: Claude <noreply@anthropic.com>
@bisug bisug merged commit d8d2af9 into master Jul 11, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant