Skip to content

Commit 67098e7

Browse files
joelanfordtmshort
andauthored
🐛 retract v1.5.0; exclude hack/kind-config/containerd/certs.d from root module (#2202)
* retract v1.5.0; exclude hack/kind-config/containerd/certs.d from root module * fixup! retract v1.5.0; exclude hack/kind-config/containerd/certs.d from root module * fixup! retract v1.5.0; exclude hack/kind-config/containerd/certs.d from root module Signed-off-by: Todd Short <tshort@redhat.com> --------- Signed-off-by: Todd Short <tshort@redhat.com> Co-authored-by: Todd Short <tshort@redhat.com>
1 parent 1ffa845 commit 67098e7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ require (
245245
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
246246
)
247247

248+
retract v1.5.0 // contains filename with ':' which causes failure creating module zip file
249+
248250
replace k8s.io/api => k8s.io/api v0.33.2
249251

250252
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.2
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module hack-cert.d
2+
// This file is present in the certs.d directory to ensure that
3+
// certs.d/host:port directories are not included in the main go
4+
// module. Go modules are not allowed to contain files with ':'
5+
// in their name.

0 commit comments

Comments
 (0)