Update Go packages & support on loongarch64#140
Update Go packages & support on loongarch64#140DWwanghao wants to merge 1 commit intotillitis:mainfrom
Conversation
|
Thanks for your contribution. We hadn't noticed that there was a new version of goselect. We also hadn't noticed that the repo seems to be archived, which might be of some concern. We'll look into it. |
|
Our use of goselect is indirect through the https://github.com/bugst/go-serial/blob/master/go.mod Current PRs fixing this: If anything, the update to goselect should be done there, at least if they're fine with using an archived package. If they update we will most likely update the serial package, too, and then use the new goselect. |
|
Closing since there is nothing for us to do here. We wait for what |
Description
Hi
The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.
Documentations:
ISA:
https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html
ABI:
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html
During compilation, since the dependency goselectonly added support in version 0.1.3 , we need to update go.mod
Type of change
Submission checklist