Skip to content

Commit ba2e946

Browse files
(docs): Upgrade controller-tools from v0.17.4 to v0.18.0
1 parent 1281364 commit ba2e946

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.17.2
74+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0
7575

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

0 commit comments

Comments
 (0)