Skip to content

docs: fix stale CGO, Go version, and structure references in README#171

Merged
mrhillsman merged 1 commit into
mainfrom
docs/readme-stale-references-170
Jun 1, 2026
Merged

docs: fix stale CGO, Go version, and structure references in README#171
mrhillsman merged 1 commit into
mainfrom
docs/readme-stale-references-170

Conversation

@mrhillsman

Copy link
Copy Markdown
Contributor

Update README.md to reflect the SQLite driver migration from mattn/go-sqlite3 (CGO) to modernc.org/sqlite (pure Go) and other recent changes:

  • Go prerequisite 1.25+ → 1.26+ (matches go.mod and Dockerfile)
  • Remove CGO/glibc build claims; document Alpine + CGO_ENABLED=0
  • Remove sqlite-libs runtime reference
  • Add --vm-concurrency flag to run flags table
  • Add orchestrator package to project structure tree
  • Move audit to Layer 1, add orchestrator to Layer 4
  • Fix Dockerfile description from Debian to Alpine builder

Resolves #170

Update README.md to reflect the SQLite driver migration from
mattn/go-sqlite3 (CGO) to modernc.org/sqlite (pure Go) and other
recent changes:

- Go prerequisite 1.25+ → 1.26+ (matches go.mod and Dockerfile)
- Remove CGO/glibc build claims; document Alpine + CGO_ENABLED=0
- Remove sqlite-libs runtime reference
- Add --vm-concurrency flag to run flags table
- Add orchestrator package to project structure tree
- Move audit to Layer 1, add orchestrator to Layer 4
- Fix Dockerfile description from Debian to Alpine builder

Resolves #170

Signed-off-by: Melvin Hillsman <mhillsma@redhat.com>
@exe-prow-github-app exe-prow-github-app Bot requested a review from OchiengEd June 1, 2026 16:51
@exe-prow-github-app

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrhillsman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@exe-prow-github-app exe-prow-github-app Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 1, 2026
@mrhillsman mrhillsman removed the request for review from OchiengEd June 1, 2026 16:51
@mrhillsman mrhillsman merged commit 1919152 into main Jun 1, 2026
2 of 4 checks passed
@mrhillsman mrhillsman deleted the docs/readme-stale-references-170 branch June 1, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: README.md has stale CGO/SQLite, Go version, and structure references

1 participant