Skip to content
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

Go update workflow #962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Go update workflow #962

wants to merge 1 commit into from

Conversation

dhschall
Copy link
Contributor

@dhschall dhschall commented May 9, 2024

This is a utility workflow to update all go dependencies.

  1. It will integrate through all folders containing a mod file and update the dependencies.
    Note it will NOT fail if a go command fails
  2. After updating all dependencies it will push the changes and create a PR.
  3. The PR will trigger all corresponding workflows.

Once, all tests are done the tests must be checked and if something failed the dependencies must be fixed manually or the changes reverted.
Hence, check out the newly created upgrade-go-deps-on-main branch. Fix the changes and push the updates.

@dhschall dhschall force-pushed the go-update-workflow branch 5 times, most recently from 87afaee to cac245b Compare May 9, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant