Skip to content

Commit a046b28

Browse files
committed
Fix compilation failures.
1 parent b0b1599 commit a046b28

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rabbitmq/messaging-topology-operator
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/cloudflare/cfssl v1.6.5

internal/tools/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module tools
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24.6
64

75
require (
86
github.com/elastic/crd-ref-docs v0.1.0

0 commit comments

Comments
 (0)