You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/{apidiff,gorelease}: use types.Alias when >= 1.23
This module's go.mod file specifies go1.22.
These two programs use go/types, which materializes aliases as
type.Alias when the go version is >= 1.23.
Force that materialization with toolchains >= 1.23 despite what the
go.mod says.
Fixesgolang/go#70695.
Change-Id: I9401d7f80880fdf59600592baf93bb4c8b7c76ec
Reviewed-on: https://go-review.googlesource.com/c/exp/+/645015
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
0 commit comments