Skip to content

Commit fddb510

Browse files
committed
Make metal3-dev-env happy
Signed-off-by: s3rj1k <[email protected]>
1 parent 45a3075 commit fddb510

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/metal3-io/cluster-api-provider-metal3/api
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/metal3-io/ip-address-manager/api v1.11.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/metal3-io/cluster-api-provider-metal3
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/go-logr/logr v1.4.3

hack/fake-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/metal3-io/cluster-api-provider-metal3/hack/fake-apiserver
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/metal3-io/baremetal-operator/apis v0.11.1

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/metal3-io/cluster-api-provider-metal3/hack/tools
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/metal3-io/cluster-api-provider-metal3/test
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible

0 commit comments

Comments
 (0)