We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b08e3 commit 8b95d51Copy full SHA for 8b95d51
docs/book/install-and-build.sh
@@ -44,7 +44,7 @@ chmod +x /tmp/mdbook
44
echo "grabbing the latest released controller-gen"
45
# TODO(directxman12): remove the @v0.2.0-beta.4 once get v0.2.0 released,
46
# so that we actually get the latest version
47
-go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.4
+go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.5
48
49
# make sure we add the go bin directory to our path
50
gobin=$(go env GOBIN)
0 commit comments