google / google/inverting-proxy

App deployment fails - compute/metadata requires compute@v1.14.0: missing go.sum entry

Open
#123 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.