118 wires and counting

$ follow Go

Keep up with Go in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-14
stories 1

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Go turns off early export on plan9 to unbreak its builders

By RepoJournal · Filed · About Go · Composed from the cited sources · methodology

A single commit to cmd/go reverts an optimization on plan9 because it was failing the plan9 builders, a reminder that the toolchain's build path is still tuned per platform.

cmd/go: disable early export on plan9 golang/go

by Michael Matloob

Michael Matloob landed a change that disables early export for cmd/go on plan9. The commit message is blunt about why: "It's breaking the plan9 builders." Only plan9 is affected; other platforms keep the existing behavior, and there is nothing to change in your own module or build setup.

Quick answers

What shipped in Go on September 14, 2026?
A single commit to cmd/go reverts an optimization on plan9 because it was failing the plan9 builders, a reminder that the toolchain's build path is still tuned per platform. In total, 1 commits landed.
Who contributed to Go on September 14, 2026?
1 developer shipped this update, including Michael Matloob.
What were the notable Go updates?
cmd/go: disable early export on plan9.