go build gets a -static flag, go fix gets a second life

The accepted proposal to add a -static flag to go build is the substantive news, folding the pile of ldflags and build tags people currently paste from Stack Overflow into a single documented switch. Alongside it, two other accepted proposals land in the same batch: first-class handling of flaky tests in cmd/go, and ErrInsecurePath finally reaching archive/tar and archive/zip. Over on the discussion side, someone is enthusing about the rebuilt go fix in 1.26 running on the analysis framework, which pairs nicely with the recurring thread asking whether Go is drifting from its one-obvious-way roots.