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
Since Go 1.18+ defaults to TLS 1.2, G402 check might be redundant and misleading especially if go.mod specifies version higher than 1.18. We should not see this when tls config uses safe defaults only when it's manually overwritten.