New issue
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
Requested file unknown to the buildpack #495
Comments
|
@o-ohst |
The build log shows the latest stable release being used: My first thought was that there were stray unicode/control characters in the requested version string, that weren't immediately visible in the log output, however checking now that doesn't seem to be the case. The only thing I can think of here is if the |
|
Was anything found to fix this? Getting this with Go 1.20.5 |
|
@candland this issue may show up if you are using an older version of the buildpack with a newer version of go. I just tested and the latest release (https://github.com/heroku/heroku-buildpack-go/releases/tag/v175) seems to resolve |
|
Thanks @joshwlewis! Specifying the buildpack fixed it. |
While trying to deploy my app to heroku via git, I encountered this issue:
The app had successfully been running on go 1.17 before, but I have not been able to deploy new changes since then
My go.mod file says "go 1.17". I also tried adding the heroku goVersion options but it did not work.
The text was updated successfully, but these errors were encountered: