Skip to content

Commit a73b16e

Browse files
Upgrade controller-gen used to generate the docs from 0.15.0 to 0.16.1
1 parent 68fdd55 commit a73b16e

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)