Summary
Refresh the selected Go module graph on the current compiler/runtime baseline so dependency drift is handled intentionally instead of silently accumulating.
Acceptance Criteria
- Go module changes are limited to dependency metadata.
- Full Go test suite passes with Go 1.26.4.
- PR CI passes before merge.
Summary
Refresh the selected Go module graph on the current compiler/runtime baseline so dependency drift is handled intentionally instead of silently accumulating.
Acceptance Criteria