Skip to content

Commit

Permalink
Merge pull request #4081 from camilamacedo86/upgrade-controller-gen-docs
Browse files Browse the repository at this point in the history
📖 : Upgrade controller-gen used to generate the docs from 0.15.0 to 0.16.1
  • Loading branch information
k8s-ci-robot authored Aug 17, 2024
2 parents 68fdd55 + a73b16e commit 7b21ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/install-and-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ chmod +x /tmp/mdbook

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

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

0 comments on commit 7b21ee0

Please sign in to comment.