Skip to content

fix: remove vestigial Docker, pin CI tools, align docs#19

Merged
Patel230 merged 1 commit into
mainfrom
fix/production-readiness-audit
Jun 9, 2026
Merged

fix: remove vestigial Docker, pin CI tools, align docs#19
Patel230 merged 1 commit into
mainfrom
fix/production-readiness-audit

Conversation

@Patel230

@Patel230 Patel230 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Production-readiness fixes for this binary-less Go library.

  • Removed the vestigial Docker surface (Dockerfile, docker.yml, deploy/docker/docker-compose.yml, .dockerignore) since this is a library with no buildable binary; pruned dangling docker entries in .gitattributes/.editorconfig.
  • CI: pinned lint/security tools (gofumpt v0.10.0, govulncheck, golangci-lint) instead of @latest for reproducible runs.
  • CHANGELOG: moved released content under a proper [0.1.0] heading.
  • README: Go badge bumped to 1.26+.

Verification

  • go build, go vet, go test pass
  • gofumpt clean
  • golangci-lint 0 issues
  • No docker files tracked

- Removed the vestigial Docker surface (Dockerfile, docker.yml, deploy/docker/docker-compose.yml, .dockerignore) for this binary-less library; pruned dangling docker entries in .gitattributes/.editorconfig.
- CI: pinned lint/security tools (gofumpt v0.10.0, govulncheck, golangci-lint) instead of @latest.
- CHANGELOG: moved released content under a proper [0.1.0] heading.
- README: Go badge -> 1.26+.

Verified: go build/vet/test pass; gofumpt clean; golangci-lint 0 issues; no docker files tracked.
@Patel230 Patel230 merged commit 87d03d4 into main Jun 9, 2026
11 checks passed
@Patel230 Patel230 deleted the fix/production-readiness-audit branch June 9, 2026 11:01
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