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
I use the default version: The go.mod file for this project does not specify a Go version !! !! Defaulting to go1.12.1
Trying to deploy the app on Heroku by clicking on the button "Deploy to Heroku" at this link "https://elements.heroku.com/buttons/netlify/gocommerce" I get this error douring deploy:
-----> Running: go install -v -tags heroku github.com/netlify/gocommerce build github.com/netlify/gocommerce: cannot load crypto/ed25519: cannot find module providing package crypto/ed25519 ! Push rejected, failed to compile Go app. ! Push failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use the default version:
The go.mod file for this project does not specify a Go version
!!
!! Defaulting to go1.12.1
Trying to deploy the app on Heroku by clicking on the button "Deploy to Heroku" at this link "https://elements.heroku.com/buttons/netlify/gocommerce" I get this error douring deploy:
-----> Running: go install -v -tags heroku github.com/netlify/gocommerce
build github.com/netlify/gocommerce: cannot load crypto/ed25519: cannot find module providing package crypto/ed25519
! Push rejected, failed to compile Go app.
! Push failed
The text was updated successfully, but these errors were encountered: