Bug, cannot build on powerpc 32 bit
yumikonoua opened this issue · 3 comments
yumikonoua commented
im trying to build dissent on a powerpc 32 bit mac with linux(debian sid) and when I try to compile from source it says:
"fienix@fienix:~$ go install -v libdb.so/dissent@latest
go: libdb.so/dissent@latest (in libdb.so/dissent@v0.0.25): go.mod:3: invalid go version '1.21.0': must match format 1.23"
how i can fix?
diamondburned commented
Your Go version is too old, I think. You need Go 1.21 or later.
yumikonoua commented
I will upgrade, thanks
diamondburned commented
Closing since stale. Feel free to reopen.