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

🌱 bump gophercloud/v2 to beta.3 + some commits to fix go.mod #1676

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. bump gophercloud/v2 to beta.3 + some commits to fix go.mod

    When bumping gophercloud/v2 to v2.0.0-beta.2, it brought along a
    patch version to go directive in root go.mod. This set up a very strict
    golang requirement on BMO, which was made worse by the golang bump to
    v1.21.9.
    
    My PR in gophercloud fixed this issue, and we need to take in this
    v2.0.0-beta.3 + some commtis to include the fix, in order to not release
    BMO 0.6.0 with this requirement.
    
    In main, we should aim to bump to beta.4 as soon as it is released and
    preferably cherry-pick that to release-0.6 branch too.
    
    Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
    tuminoid committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    02cc228 View commit details
    Browse the repository at this point in the history