Closed olevenets2 closed 2 years ago
Unfortunately, using an older version of go is not possible. Current versions of WhatsApp (not just this project, but the actual protocol itself) rely on cryptographic functions which are – as far as I know – only available in go 1.17 or later.
However, the go compiler is rather nomadic. I expect go 1.17 to be available on Debian for arm or Raspbian in some way. Maybe you can upgrade?
Duplicate of https://github.com/hoehermann/purple-gowhatsapp/issues/91#issuecomment-928284262, https://github.com/hoehermann/purple-gowhatsapp/issues/88#issuecomment-892168524, and https://github.com/hoehermann/purple-gowhatsapp/issues/90#issuecomment-1014624374.
Hello, I wanted to compile this plugin on my raspberry pi, having installed all the dependencies, I ran into a problem when building:
i tried to manually change the go.mod version to 1.15 but that results in further build errors. Is there any way to build this for the latest Debian stable or could you make changes to the source code?