babarot / gomi

🗑️ Replacement for UNIX rm command!
https://babarot.me/gomi
MIT License
316 stars 13 forks source link

Please bump golang.org/x/sys dependency #29

Closed clausecker closed 1 year ago

clausecker commented 1 year ago

The version of golang.org/x/sys you depend on is too old to support new platforms such as riscv64-freebsd. Please bump it to the most recent version to support a build on such platforms.

babarot commented 1 year ago

Thanks. Updated

clausecker commented 1 year ago

It does not seem like you actually updated the dependency. Try

go get golang.org/x/sys@latest

in your repository to update it.

babarot commented 1 year ago

I did

clausecker commented 1 year ago

Thank you.