Skip to content

Commit 7b21ee0

Browse files
authored
Merge pull request #4081 from camilamacedo86/upgrade-controller-gen-docs
📖 : Upgrade controller-gen used to generate the docs from 0.15.0 to 0.16.1
2 parents 68fdd55 + a73b16e commit 7b21ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/install-and-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ chmod +x /tmp/mdbook
7171

7272
echo "grabbing the latest released controller-gen"
7373
go version
74-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0
74+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.1
7575

7676
# make sure we add the go bin directory to our path
7777
gobin=$(go env GOBIN)

0 commit comments

Comments
 (0)