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

GitHub Actions: Notify Go Module Major Version Updates #716

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

Commits on Mar 22, 2024

  1. GitHub Actions: Notify Go Module Major Version Updates

    When Go modules mature and their major version has exceeded one, the
    module path requires a version suffix, such as "/v2"[0]. Unfortunately,
    the Dependabot is unable to detect such a Go module major version bump
    for suffixed major versions[1], resulting in stalling dependencies.
    
    By introducing another GitHub Actions Workflow utilizing gomajor[2],
    those major version updates for Go modules can be identified. As a
    scheduled workflow, running each Monday morning, it will either create
    or update an open GitHub issue with all currently available major
    version updates for referenced Go modules.
    
    [0]: https://go.dev/ref/mod#major-version-suffixes
    [1]: dependabot/dependabot-core#2213
    [2]: https://github.com/icholy/gomajor
    oxzi committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f1812ad View commit details
    Browse the repository at this point in the history