google / google/inverting-proxy
App deployment fails - compute/metadata requires compute@v1.14.0: missing go.sum entry
- Dominant language
- Go
- Stars
- 276
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Get the below error when deploying default app
` 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 status: FAILURE
go: cloud.google.com/go/compute/metadata@v0.2.3 requires
cloud.google.com/go/compute@v1.14.0: missing go.sum entry; to add it:
go mod download cloud.google.com/go/compute
```
Contributor guide
Assessment
This issue has not been assessed yet.