-
Notifications
You must be signed in to change notification settings - Fork 13
Go 1.24 Features #92
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
base: main
Are you sure you want to change the base?
Go 1.24 Features #92
Conversation
Signed-off-by: Ben Krieger <[email protected]>
Signed-off-by: Ben Krieger <[email protected]>
Signed-off-by: Ben Krieger <[email protected]>
|
Status is this ? tinygo version used is important as they also did a release to support go 1.24 |
TinyGo version 0.37.0 doesn't totally support Go 1.24. Some of the upstream crypto changes broke the linker step. What are you looking for from this PR? I was going to wait for TinyGo to fix their linker step. This is the blocking issue: tinygo-org/tinygo#4828 (comment) |
I am looking to work on the repo , so just seeing where the build is blocked . |
Glad to have help! Would you like to look at #94? Though the first changes needed are to TinyGo. Otherwise, I'll try to create some new issues that are good for new contributors. Is there anything in specific you want to work on or help with? Are you using this library for anything? |
Happy to help . Thanks for the invitation ;) I work in IoT hardware so it’s in my ball park . That’s how I landed here . Provisioning the security in the fab on the hardware is what I am looking to do. I will pull the code and have a look tomorrow |
Fixes #67
Fixes #68
Fixes #93
Causes #94