Skip to content

Commit fe77108

Browse files
committed
Fix rabbitmq api version
Should be v2.9.0 as we use a fork pinned to this version
1 parent c1cdd8c commit fe77108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
github.com/prometheus/client_model v0.6.0 // indirect
8484
github.com/prometheus/common v0.53.0 // indirect
8585
github.com/prometheus/procfs v0.13.0 // indirect
86-
github.com/rabbitmq/cluster-operator/v2 v2.11.0 // indirect
86+
github.com/rabbitmq/cluster-operator/v2 v2.9.0 // indirect
8787
github.com/robfig/cron/v3 v3.0.1 // indirect
8888
github.com/spf13/pflag v1.0.6 // indirect
8989
golang.org/x/crypto v0.33.0 // indirect

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250623170302-7c7813a41b79
4040
github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20250624082930-75288c9747ab
4141
github.com/pkg/errors v0.9.1
42-
github.com/rabbitmq/cluster-operator/v2 v2.11.0
42+
github.com/rabbitmq/cluster-operator/v2 v2.9.0
4343
github.com/stretchr/testify v1.10.0
4444
go.uber.org/zap v1.27.0
4545
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56

0 commit comments

Comments
 (0)