-
Notifications
You must be signed in to change notification settings - Fork 6
Update go DistTask.yml to support golang 1.25.2 and Windows/ARM64 build. #678
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?
Conversation
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the "Publish Tester Build" workflow:
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the "Publish Nightly Build" workflow:
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the Windows ARM64 download links to the tables in the installation guide template:
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we can consider 1.25.2 to now be the standard Go version for use in all tooling projects, please bump this project's Go version:
https://github.com/arduino/tooling-project-assets/blob/main/go.mod#L3
The newer Docker-ized cross-compilers require QEMU on the CI runner, so I added the corresponding installation step to the build workflow.
For reference, see: arduino/serial-discovery#93 and arduino/mdns-discovery#81