-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
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
install: Can't see Go version on SUSE Linux #25440
Comments
How did you install Go ? Did you take the correct binary distribution from https://golang.org/dl/ ? Please give output of |
Which distribution did you download from https://golang.org/dl/ page ? Please give the output from Thanks. |
I have download GoLang from https://golang.org/dl/ .I'm following the official link https://docs.google.com/document/d/1Wm7eFA97HaXaoo98pI7t61rxmJXfKmrrJ7nIjRuo6BE/edit .. but the final step tells me i've been facing a error of "binary execution error" . |
Your arch is s390x. You have downloaded binaries for amd64. You have to download https://dl.google.com/go/go1.10.2.linux-s390x.tar.gz. Please follow https://golang.org/doc/install#install in future. Thanks. |
@agnivade Thanks dude |
@agnivade When running the go build command it's getting exec: see below image |
This looks like an an issue with your environment rather than a bug. We do not use the issue tracker for general discussions or questions like these. Please have a look at Questions wiki page; it has a list of good places for asking questions. |
@agnivade Thanks dude, I'm in stuck. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
v1.10.
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
SUSE Linux Enterprise Server 12 SP3
)?What did you do?
Installed Go Lang
If possible
![screen shot 2018-05-17 at 6 18 20 pm](https://user-images.githubusercontent.com/25745802/40178297-bcb315a6-59fe-11e8-97ba-588a86e2478b.png)
, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
Install Go Lang
What did you see instead?
While checking version it's showing error
Error : -bash: /usr/local/go/bin/go: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered: