Skip to content

modules: error getting modules running tinygo build when using Go 1.21 #3865

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

Closed
deadprogram opened this issue Aug 12, 2023 · 2 comments
Closed
Labels
bug Something isn't working
Milestone

Comments

@deadprogram
Copy link
Member

There is an error under Go 1.21 when TinyGo tries to download needed modules when running tinygo build

GOPROXY list is not the empty string, but contains no entries

Here is an example of this error in the CI build for TinyFont:
https://github.com/tinygo-org/tinyfont/actions/runs/5840094195/job/15838964200#step:7:7

See hashicorp/vault#22292 for another project with this same issue.

@deadprogram deadprogram added the bug Something isn't working label Aug 12, 2023
@deadprogram deadprogram added this to the v0.29.0 milestone Aug 12, 2023
@deadprogram
Copy link
Member Author

The root cause is golang/go#61928

@deadprogram deadprogram added the next-release Will be part of next release label Aug 14, 2023
@deadprogram deadprogram removed the next-release Will be part of next release label Aug 26, 2023
@deadprogram
Copy link
Member Author

Closing since this is part of release 0.29.0 thank you everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant