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
In go.mod, starting from 1.21, go version can be X.Y.Z, which is not
supported by older versions. As some dependencies use this format, we
have to bump the version. The alternative is to pin tools' versions to
older versions instead of latest.
0 commit comments