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
tinygo doesn't currently implement TLS.DialContext(), which is used by newer versions of golang.org/x/net, for example v0.27.0. Need to add TLS.DialContext to tinygo and then update go.mod to latest x/net version.
The text was updated successfully, but these errors were encountered:
tinygo doesn't currently implement TLS.DialContext(), which is used by newer versions of golang.org/x/net, for example v0.27.0. Need to add TLS.DialContext to tinygo and then update go.mod to latest x/net version.
The text was updated successfully, but these errors were encountered: