Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang.org/x/net stuck at v0.21.0 #14

Open
scottfeldman opened this issue Oct 30, 2024 · 1 comment
Open

golang.org/x/net stuck at v0.21.0 #14

scottfeldman opened this issue Oct 30, 2024 · 1 comment

Comments

@scottfeldman
Copy link
Contributor

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.

@scottfeldman
Copy link
Contributor Author

tinygo PR#4685 has fix. When/if PR is picked up in next tinygo release, update golang.org/x/net to version v0.33.0 (or latest) in go.mod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant