This release contains just two changes:
- A workaround for a regression affecting some users of
GOPACKAGESDRIVER
: golang/go#63751, for example those using gopls with an older version of Bazel. When thego/packages
driver is missing compiler or architecture information, gopls now assumes a default value rather than failing to load package information. - A fix for a minor bug in the new "remove unused parameter" refactoring: golang/go#63755. Notably, this bug was discovered via an automated report from someone who had opted in to Go telemetry.