How to build from subfolder?

Hello
I connected my github repository where I have my code in subfolder api-cb.
How to tell buildpack to work from there?
I set up PROJECT_PATH environment variable to api-cb but looks like it’s not working.

Hey,

Inside the buildpack builder configuration, you need to set “Work directory” to ./api-cb

Hope it helps :slightly_smiling_face:

Thank you, this worked.

But now looks like Go 1.22 is not supported and I can’t simply go to 1.21 because of https://huma.rocks/ REST API framework I’m using…

Fixed it with Docker, thank you for help.