-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
config/embed.go:4:2: package embed is not in GOROOT (/usr/local/go/src/embed) #131
Comments
It seems that it does not use Go version 1.16. I'll be looking at this today. |
It is solved by the following: I will process this with other tweaks and test everything today and tomorrow. But you can make the above adjustment in your Dockerfile yourself (and run |
…fetti#110-support-database-sql-api confetti-framework/confetti#131 support db query
Okay , thanks a lot! |
@noyce Can you confirm that this was the solution? |
@noyce My apologies, I couldn't reproduce at first. I have implemented the solution. See release v0.23.2 You need to adjust the following: v0.23.1...v0.23.2 Can you indicate whether it works for you now? |
@noyce I think there is an old package from /contract. You can do the following: Or to update and install all packages: Maybe I should document that. (For me, Goland (editor) does that automatically) |
Yes it works for me now! thanks a lot. Yes i think this can be documented, it'll be helpful for laravel/php folks to get things started . |
I'm new to golang and docker.I setup docker successfully but face this when i run docker-compose up in my confetti project
The text was updated successfully, but these errors were encountered: