Skip to content

fix(conformance): tidy Go adapter deps for local SDK#45

Merged
emmajam merged 1 commit into
tempoxyz:mainfrom
figtracer:fig/go-local-sdk-tidy
Jul 1, 2026
Merged

fix(conformance): tidy Go adapter deps for local SDK#45
emmajam merged 1 commit into
tempoxyz:mainfrom
figtracer:fig/go-local-sdk-tidy

Conversation

@figtracer

Copy link
Copy Markdown
Contributor

Fixes the Go SDK conformance adapter setup for SDK PRs that change transitive dependencies.

The reusable SDK conformance workflow edits the Go adapter to replace github.com/tempoxyz/mpp-go with the PR checkout. After that replace, the adapter module still needs to refresh its module graph; otherwise Go builds fail with missing go.sum entries for dependencies from the local SDK checkout.

Validation:

  • python3 -m py_compile conformance/scripts/use_local_sdk.py
  • Simulated the CI path against figtracer/mpp-go:codex/body-digest-server-conformance: use_local_sdk.py --adapter go, go mod download, and go build -o adapter .

Observed affected mpp-go PRs:

@figtracer figtracer marked this pull request as ready for review July 1, 2026 12:48
@emmajam emmajam merged commit 9247105 into tempoxyz:main Jul 1, 2026
19 of 24 checks passed
@figtracer figtracer deleted the fig/go-local-sdk-tidy branch July 1, 2026 13:00
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