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
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?
The text was updated successfully, but these errors were encountered:
Have the same issue
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: