diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.24k stars 39 forks source link

Bug, cannot build on powerpc 32 bit #291

Closed yumikonoua closed 3 weeks ago

yumikonoua commented 1 month ago

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 1 month ago

Your Go version is too old, I think. You need Go 1.21 or later.

yumikonoua commented 1 month ago

I will upgrade, thanks

diamondburned commented 3 weeks ago

Closing since stale. Feel free to reopen.