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

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Go update workflow #962

merged 1 commit into from
Jul 25, 2024

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 6 times, most recently from cac245b to fedea63 Compare May 9, 2024 22:18
@dhschall dhschall force-pushed the go-update-workflow branch 2 times, most recently from 8353a9b to fd80a3f Compare July 25, 2024 12:36
@dhschall dhschall merged commit b68f7ca into main Jul 25, 2024
70 of 129 checks passed
@dhschall dhschall deleted the go-update-workflow branch July 25, 2024 12:48
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.

1 participant