SovereignCloudStack / cluster-stack-provider-openstack

Cluster Stack Provider OpenStack
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

:seedling: Update Golang Dependencies group to c8cd627 #107

Closed cluster-stack-bot[bot] closed 7 months ago

cluster-stack-bot[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
github.com/gophercloud/utils require digest 80377ec -> c8cd627

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


cluster-stack-bot[bot] commented 7 months ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: errors parsing go.mod:
go.mod:9:2: require github.com/gophercloud/utils: version "v0.0.0-20240214170712-c8cd627871fb" invalid: go.mod has post-v0 module path "github.com/gophercloud/utils/v2" at revision c8cd627871fb
matofeder commented 7 months ago

gophercloud/utils/v2 is already available, but the package gophercloud/v2 is still beta: v2.0.0-beta.1, hence we should wait for the stable release here