Open queimadus opened 1 year ago
When deploying the master branch to Vercel, we get this error:
master
[11:02:29.589] Running build in Cleveland, USA (East) – cle1 [11:02:29.649] Cloning github.com/queimadus/reddit-rss (Branch: main, Commit: 76a50d6) [11:02:29.655] Skipping build cache, deployment was triggered without cache. [11:02:30.182] Cloning completed: 533.176ms [11:02:30.318] Running "vercel build" [11:02:30.827] Vercel CLI 31.0.3 [11:02:31.072] Downloading go: https://dl.google.com/go/go1.14.15.linux-amd64.tar.gz [11:02:37.024] go: errors parsing go.mod: [11:02:37.024] /vercel/path0/go.mod:38: replacement module without version must be directory path (rooted or starting with ./ or ../) [11:02:37.026] failed to `go mod tidy` [11:02:37.083] Error: Command failed: go mod tidy
Do we need to override the Build command in Vercel's Build & Development Settings to something else?
Have the same issue
When deploying the
master
branch to Vercel, we get this error:Do we need to override the Build command in Vercel's Build & Development Settings to something else?