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
And any other module >= Go 1.20 can use module above as dependency (according to new policy) but will receive compiler error like
main.go:9: undefined: types.Unalias
How can a developer check the version of your module to ensure that it does not contain features from the new toolchain (which may be installed as the latest version on the developer's machine)?
The text was updated successfully, but these errors were encountered:
Proposal Details
But!
types.Unalias
was appeared in Go 1.22.And any other module >= Go 1.20 can use module above as dependency (according to new policy) but will receive compiler error like
How can a developer check the version of your module to ensure that it does not contain features from the new toolchain (which may be installed as the latest version on the developer's machine)?
The text was updated successfully, but these errors were encountered: