Closed clausecker closed 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.
golang.org/x/sys
Thanks. Updated
It does not seem like you actually updated the dependency. Try
go get golang.org/x/sys@latest
in your repository to update it.
I did
Thank you.
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.