RepoJournal
Go

@golang

Go and the standard library - backend infrastructure at scale

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

PRINTF ANALYZER GETS SMARTER, PLAYGROUND NEEDS GO 1.26

By RepoJournal · Filed · About Go

The printf linter stops falsely flagging intentional double newlines, while gotip now requires Go 1.26 to bootstrap.

Go's printf analyzer has been fixed to stop reporting redundant newlines in Println calls [1]. The issue was real: when a string argument to Println already ends in a newline, Println adds another, creating two line breaks intentionally. This fix removes the false diagnostic and validates the corrected behavior. On the infrastructure side, the playground's gotip bootstrap has been updated to require Go 1.26 or later [2], as older versions now fail to build master. The modernize analyzer in gopls is being phased out in favor of the go fix command, with the deprecated gopls command slated for removal [3]. Meanwhile, tools continues stabilizing: generic method handling now properly normalizes instantiated callees to honor their declared contracts [4], and gopls completion logic no longer panics on edge cases in type information [5]. Supporting changes landed across cmd/vet, unusedfunc analysis, and pkgsite documentation updates.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] go/analysis/passes/printf: stop reporting trailing newlines in Println golang/tools
  2. [2] deploy: use latest Go version for gotip bootstrap golang/playground
  3. [3] go/analysis/passes/modernize: document 'go fix' command golang/tools
  4. [4] go/types/typeutil: normalize instantiated callees golang/tools
  5. [5] gopls/test/completion: fix reported bug in collectCompletions golang/tools

Quick answers

What shipped in Go on July 25, 2026?
The printf linter stops falsely flagging intentional double newlines, while gotip now requires Go 1.26 to bootstrap. In total, 13 commits landed.
Who contributed to Go on July 25, 2026?
6 developers shipped this update, including cuishuang, Alan Donovan, Karthik Bhat Adyathimar, Peter Weinberger, ArsenySamoylov, and Hana Kim.
What were the notable Go updates?
go/analysis/passes/printf: stop reporting trailing newlines in Println, deploy: use latest Go version for gotip bootstrap, and go/analysis/passes/modernize: document 'go fix' command.

More from @golang

Daily updates, in your inbox

Follow Go

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?