Skip to content

Commit

Permalink
Test capi v1.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnatillo committed Jul 6, 2023
1 parent d4629af commit 126ee36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/cluster-api v1.4.2
sigs.k8s.io/cluster-api v1.5.0-beta.1
sigs.k8s.io/controller-runtime v0.14.5

)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
k8s.io/component-base v0.26.1
k8s.io/klog/v2 v2.80.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/cluster-api v1.4.2
sigs.k8s.io/cluster-api v1.5.0-beta.1
sigs.k8s.io/controller-runtime v0.14.5
sigs.k8s.io/yaml v1.3.0
)
Expand Down
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ require (
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/cluster-api v1.4.2
sigs.k8s.io/cluster-api/test v1.4.2
sigs.k8s.io/cluster-api v1.5.0-beta.1
sigs.k8s.io/cluster-api/test v1.5.0-beta.1
sigs.k8s.io/controller-runtime v0.14.5
)

Expand Down

0 comments on commit 126ee36

Please sign in to comment.