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

x/build/version: 1.10.1: download failed: no binary release of 1.10.1 #24597

Closed
yansal opened this issue Mar 29, 2018 · 4 comments
Closed

x/build/version: 1.10.1: download failed: no binary release of 1.10.1 #24597

yansal opened this issue Mar 29, 2018 · 4 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@yansal
Copy link
Contributor

yansal commented Mar 29, 2018

What did you do?

$ go get -u golang.org/x/build/version/1.10.1
$ $GOPATH/bin/1.10.1 download

What did you expect to see?

The file being downloaded

What did you see instead?

1.10.1: download failed: no binary release of 1.10.1 for linux/amd64 at https://storage.googleapis.com/golang/1.10.1.linux-amd64.tar.gz

I suspect this is due to the package being named 1.10.1 instead of go1.10.1, as it is possible to download https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz

@gopherbot gopherbot added this to the Unreleased milestone Mar 29, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Mar 29, 2018
@FiloSottile
Copy link
Contributor

/cc @andybons

@gopherbot
Copy link

Change https://golang.org/cl/103435 mentions this issue: version: fix the go1.10.1 and go1.9.5 packages

@FiloSottile FiloSottile added NeedsFix The path to resolution is known, but the work has not been done. and removed Builders x/build issues (builders, bots, dashboards) labels Mar 29, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Mar 29, 2018
@FiloSottile
Copy link
Contributor

@yansal Thanks for reporting this. It should be fixed now if you use golang.org/x/build/version/go1.10.1 instead. Let us know if that still doesn't work.

@andybons
Copy link
Member

Sorry about that! Thanks for the fix, @FiloSottile!

@golang golang locked and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants