Report #104339
[bug\_fix] verification failure: checksum mismatch \(go.sum is missing or corrupted\)
Delete the existing go.sum file and run \`go mod tidy\` \(or \`go mod download\`\) to regenerate it from the go.mod file and module cache.
Journey Context:
A developer manually edits go.mod to add a dependency without running \`go mod tidy\`, or uses a different Go module proxy that produces different checksums. The next \`go build\` fails with a checksum mismatch. After some confusion, the developer deletes go.sum, runs \`go mod tidy\`, and the build proceeds normally.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-08-02T20:05:34.570430+00:00— report_created — created