Skip to content

ci: go mod tidy in release go-get smoke#57

Merged
monstercameron merged 1 commit into
masterfrom
v4
Jun 29, 2026
Merged

ci: go mod tidy in release go-get smoke#57
monstercameron merged 1 commit into
masterfrom
v4

Conversation

@monstercameron

Copy link
Copy Markdown
Owner

Populates the smoke consumer's go.sum transitive closure before build (the /v4 module has real transitive deps that go get alone doesn't add to go.sum).

🤖 Generated with Claude Code

`go get .../v4@latest` adds the module but not its transitive deps' go.sum
entries; the consumer `go build` then failed on a missing go.sum entry for a
transitive dep (cbor/v2 via /v4/ui). v1.1.0 had no such deps, so this only
surfaced once the smoke targeted the real /v4 module. Run `go mod tidy` after
`go get` to populate the full closure before building.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@monstercameron monstercameron merged commit 21f77ad into master Jun 29, 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.

2 participants