recipes
recipes copied to clipboard
Please update the Fiber version on each go.mod fileπ
I have recently try to test Fiber using several examples, and it was until an hour later I noticed my error was because all the examples on this repo are using a go.mod
file with old versions of Fiber.
I would be really helpful if all the examples were updated to the most recent version of Fiber.
Thanks for opening your first issue here! π Be sure to follow the issue template!
Dependabot should be handling this. I'll look into it later this week or this weekend.
Thanks! One example is this one: https://github.com/gofiber/recipes/blob/master/stream-request-body/go.mod
From my understanding dependabot only scans the root of the repo, not subdirectories.
Rel: https://github.com/dependabot/dependabot-core/issues/2178 https://github.com/dependabot/dependabot-core/issues/2824
@hi019 Any updates on this?
π Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Yes, I will submit a PR for this soon
PR has been submitted to close this issue.