Skip to content
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

go upgrade #38835

Closed
inifares23lab opened this issue May 3, 2020 · 1 comment
Closed

go upgrade #38835

inifares23lab opened this issue May 3, 2020 · 1 comment

Comments

@inifares23lab
Copy link

inifares23lab commented May 3, 2020

What version of Go are you using (go version)?

$ go version 1.13

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env pop os 20.04  amd64

What did you do?

matgab@pop-os:~$ go get golang.org/dl/go1.14.2
matgab@pop-os:~$ go1.14.2 download
go1.14.2: command not found
matgab@pop-os:~$ 

What did you expect to see?

downloading

What did you see instead?

go1.14.2: command not found

@bcmills
Copy link
Contributor

bcmills commented May 4, 2020

$ go env pop os 20.04 amd64

That is not the output produced by the go command that comes with the Go toolchain. Perhaps your OS is providing some other go command?

Otherwise, you need to make sure that the install location for go get (either $GOPATH/bin or $GOBIN) is in your shell's PATH environment variable.

@bcmills bcmills closed this as completed May 4, 2020
@golang golang locked and limited conversation to collaborators May 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants