Skip to content

Commit 1d03cb4

Browse files
committed
Scaffold v1 with controller-runtime v0.1.8
A change was introduced to the v1 scaffolding at some point that broke new scaffolding on v0.1.1, so upgrade to v0.1.8 to fix it again.
1 parent 0530fd1 commit 1d03cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scaffold/project/gopkg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ name="{{ .Name }}"
146146
147147
[[constraint]]
148148
name="sigs.k8s.io/controller-runtime"
149-
version="v0.1.1"
149+
version="v0.1.8"
150150
151151
[[constraint]]
152152
name="sigs.k8s.io/controller-tools"

0 commit comments

Comments
 (0)