Skip to content

fix: remove go.sum conflict markers#89

Merged
dantedanelian merged 1 commit intomainfrom
agent/fix-v038-go-sum-release
May 5, 2026
Merged

fix: remove go.sum conflict markers#89
dantedanelian merged 1 commit intomainfrom
agent/fix-v038-go-sum-release

Conversation

@dantedanelian
Copy link
Copy Markdown
Contributor

Summary

Fix the malformed go.sum that caused the v0.38.0 GoReleaser publish workflow to fail before uploading release assets.

Context

The v0.38.0 release tag includes unresolved merge conflict markers at the top of go.sum, so GoReleaser failed during its before hook:

malformed go.sum:
go.sum:1: wrong number of fields 2

That left the GitHub release with no assets, which then caused casedotdev-mono Daytona snapshot promotion to fail when it tried to resolve the latest CLI .deb.

Changes

  • Removed the conflict markers from go.sum.
  • Kept the github.com/CaseMark/casedev-go v0.49.0 checksum entries that match go.mod.

Validation

  • GONOSUMDB='github.com/CaseMark/*' go run ./cmd/casedev/main.go @completion bash >/tmp/casedev-completion.bash
  • GONOSUMDB='github.com/CaseMark/*' ./scripts/lint
  • GONOSUMDB='github.com/CaseMark/*' ./scripts/test
  • Confirmed no remaining conflict markers with rg -n '<<<<<<<|=======|>>>>>>>' .

Release Follow-Up

After this merges, publish a clean follow-up release, likely v0.38.1, so casedev-cli has Linux .deb assets again. Then rerun the casedotdev-mono Daytona snapshot promotion.

@thurgood-bot
Copy link
Copy Markdown

thurgood-bot Bot commented May 5, 2026

Judicial Review

Reviewed the go.sum cleanup that removes conflict markers and retains the v0.49.0 checksums; change is narrowly scoped and fixes a malformed dependency file without introducing new behavior.

No significant issues found. This code is cleared to ship.


Legal-Grade review by Thurgood | Re-review with /review

@thurgood-bot
Copy link
Copy Markdown

thurgood-bot Bot commented May 5, 2026

Oppenheimer Cleanup Review

Reviewed the go.sum fix; no simplification opportunities or risky complexity found. Conflict markers are already removed and no additional dead code or redundancy was identified.

No cleanup opportunities found. This code is already lean.


Cleanup review by Oppenheimer | Re-run with /cleanup

@thurgood-bot
Copy link
Copy Markdown

thurgood-bot Bot commented May 5, 2026

DB Cooper Database Review

No database-related changes detected; the diff only removes conflict markers from go.sum with no schema, query, or migration impact.

No database risks found. Migrations and DB-impacting changes look safe.


DB review by DB Cooper | Re-run with /dbreview

@dantedanelian dantedanelian merged commit 7d90512 into main May 5, 2026
8 checks passed
@stainless-app stainless-app Bot mentioned this pull request May 5, 2026
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