Closed dantonio1401 closed 1 week ago
+1
I ended up solving the issue but i was unrelated to this error.
I ran a gcloud deploy from my own machine instead of the pipeline and this gave me more insight as to why it was failing. In my case it was due to some internal error that prevented the service from starting.
So my suggestion for anyone else running into this issue to to potentially run it locally
Hope this helps someone
I found the same, it was a package error related to a replace
in my mod file I had forgotten. Better error handling would be ideal.
I am still having the same issue. Running gcloud app deploy
gives no errors, but can't get this to work.
Hi there - could you please make sure you're using the latest version of the GitHub Action and provide the debug output for the complete GitHub Actions workflow run?
TL;DR
For whatever reason my pipeline is no longer deploying to app engine with the error
The component [app-engine-go] is required for staging this application
What's also strange is that it is actually running:which I thought would install the component but it is not. Has anyone else run into this issue? This happened seemingly over night
Expected behavior
No response
Observed behavior
No response
Action YAML