Skip to content

Commit 2e4f80c

Browse files
committed
retract v1.5.0; exclude hack/kind-config/containerd/certs.d from root module
1 parent 68610d0 commit 2e4f80c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,5 @@ replace k8s.io/mount-utils => k8s.io/mount-utils v0.33.2
304304
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.2
305305

306306
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.2
307+
308+
retract v1.5.0 // contains filename with ':' which causes failure creating module zip file
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This file is present in the certs.d directory to ensure that
2+
// certs.d/host:port directories are not included in the main go
3+
// module. Go modules are not allowed to contain files with ':'
4+
// in their name.

0 commit comments

Comments
 (0)