You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
I feel like committing the vendor/ directory isn't best practice, but oh well.
My original plan was to have two branches, main and heroku. After pushing to main, a GitHub Actions workflow should run go mod vendor to generate the vendor/ directory and push that to the heroku branch.
I feel like committing the
vendor/directory isn't best practice, but oh well.My original plan was to have two branches,
mainandheroku. After pushing tomain, a GitHub Actions workflow should rungo mod vendorto generate thevendor/directory and push that to theherokubranch.