We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get the below error when deploying default app gcloud app deploy --project "${PROJECT_ID}" --version v1 ./app/app.yaml
gcloud app deploy --project "${PROJECT_ID}" --version v1 ./app/app.yaml
Beginning deployment of service [default]... ╔════════════════════════════════════════════════════════════╗ ╠═ Uploading 0 files to Google Cloud Storage ═╣ ╚════════════════════════════════════════════════════════════╝ File upload done. Updating service [default]...failed. ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build <build-id> status: FAILURE go: cloud.google.com/go/compute/[email protected] requires cloud.google.com/go/[email protected]: missing go.sum entry; to add it: go mod download cloud.google.com/go/compute
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Get the below error when deploying default app
gcloud app deploy --project "${PROJECT_ID}" --version v1 ./app/app.yaml
The text was updated successfully, but these errors were encountered: