Skip to content

Commit 7251abc

Browse files
committed
fix: retract v4.10.0 in go.mod
v4.10.0 has invalid filename that causes failure when go get'ing v4.10.0 and go install'ing any version.
1 parent 0f74925 commit 7251abc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module sigs.k8s.io/kubebuilder/v4
22

33
go 1.24.6
44

5+
retract v4.10.0 // invalid filename causes go get/install failure (#5211)
6+
57
require (
68
github.com/gobuffalo/flect v1.0.3
79
github.com/h2non/gock v1.2.0

0 commit comments

Comments
 (0)