We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tinygo build
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
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.
The text was updated successfully, but these errors were encountered:
The root cause is golang/go#61928
Sorry, something went wrong.
Closing since this is part of release 0.29.0 thank you everyone!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: