golang-tools-install-script icon indicating copy to clipboard operation
golang-tools-install-script copied to clipboard

Not working in Raspbian OS

Open shrinidhi111 opened this issue 2 years ago • 1 comments

uname -m for this OS gives me i686.

But since there is no https://go.dev/dl/go1.18.1.linux-i686.tar.gz, the download and installation failed.

Upon installing golang via snap, the go ver showed me that it is actually 386 architecture.

So are they both the same 🤔

Anyhow, I removed the snap version, manually set arch to 386 and ran the script and everything is working as expected.

https://go.dev/dl/go1.18.1.linux-386.tar.gz

shrinidhi111 avatar Apr 28 '22 07:04 shrinidhi111

I've made a change to basically redirect that i686 arch to the 386 release. Could you let me know if it works as expected?

canha avatar Jul 14 '23 17:07 canha