We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uname -m for this OS gives me i686.
uname -m
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.
go ver
386
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
The text was updated successfully, but these errors were encountered:
2bb9d3b
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?
Sorry, something went wrong.
No branches or pull requests
uname -m
for this OS gives mei686
.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 actually386
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
The text was updated successfully, but these errors were encountered: