-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/tour: cannot deploy to App Engine #28163
Labels
Milestone
Comments
andybons
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Oct 11, 2018
Change https://golang.org/cl/141857 mentions this issue: |
Change https://golang.org/cl/143537 mentions this issue: |
gopherbot
pushed a commit
to golang/build
that referenced
this issue
Oct 24, 2018
…leases The tour binary was renamed from gotour to tour in CL 141857 as part of golang/go#28163, but cmd/release wasn't updated to know about the new name. This fixes that. Additionally, don't push tour source to the buildlet if the releaselet isn't going to include it anyway. Tested that running it with a Go 1.11 release includes the tour: $ release -rev release-branch.go1.11 -tools release-branch.go1.11 \ -target=linux-amd64 -skip_tests -version=go1.11.99 -watch And with Go 1.12 does not: $ release -rev master -tools master \ -target=linux-amd64 -skip_tests -version=go1.12.99 -watch Updates golang/go#28163 Updates golang/go#27151 Change-Id: I246fc274c9dea81a24d27322bcbbe5a59e682a5e Reviewed-on: https://go-review.googlesource.com/c/143537 Reviewed-by: Katie Hockman <katie@golang.org>
gopherbot
pushed a commit
to golang/website
that referenced
this issue
May 26, 2021
Move the main Go files into the same directory as the app.yaml file. This changes the command location to be at golang.org/x/tour instead of golang.org/x/tour/gotour. Add a placeholder command in gotour so that those who use the previous installation command will know to use the new one and it won't just seem like it has vanished. Also update the documentation to take into account that the tour is no longer distributed with releases as of golang.org/cl/131156 Fixes golang/go#28163 Change-Id: I60737f0cfaa93d12902a75fbc0924d96672a8c9b Reviewed-on: https://go-review.googlesource.com/c/141857 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> X-Tour-Commit: 5807c4fa28aba30e78d2ef679bb99cd9fe45c9b9
passionSeven
added a commit
to passionSeven/website
that referenced
this issue
Oct 18, 2022
Move the main Go files into the same directory as the app.yaml file. This changes the command location to be at golang.org/x/tour instead of golang.org/x/tour/gotour. Add a placeholder command in gotour so that those who use the previous installation command will know to use the new one and it won't just seem like it has vanished. Also update the documentation to take into account that the tour is no longer distributed with releases as of golang.org/cl/131156 Fixes golang/go#28163 Change-Id: I60737f0cfaa93d12902a75fbc0924d96672a8c9b Reviewed-on: https://go-review.googlesource.com/c/141857 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> X-Tour-Commit: 5807c4fa28aba30e78d2ef679bb99cd9fe45c9b9
KimuraDanaka119
added a commit
to KimuraDanaka119/go-tour-jp
that referenced
this issue
Jun 4, 2023
Move the main Go files into the same directory as the app.yaml file. This changes the command location to be at golang.org/x/tour instead of golang.org/x/tour/gotour. Add a placeholder command in gotour so that those who use the previous installation command will know to use the new one and it won't just seem like it has vanished. Also update the documentation to take into account that the tour is no longer distributed with releases as of golang.org/cl/131156 Fixes golang/go#28163 Change-Id: I60737f0cfaa93d12902a75fbc0924d96672a8c9b Reviewed-on: https://go-review.googlesource.com/c/141857 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Same underlying cause of #28080
The text was updated successfully, but these errors were encountered: