File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
# grab mdbook
62
62
# we hardcode linux/amd64 since rust uses a different naming scheme and it's a pain to tran
63
- echo " downloading mdBook-v0.4.2 -${arch} -${target} .${ext} "
63
+ echo " downloading mdBook-v0.4.21 -${arch} -${target} .${ext} "
64
64
set -x
65
65
curl -sL -o /tmp/mdbook.${ext} https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.2/mdBook-v0.4.2-${arch} -${target} .${ext}
66
66
${cmd} /tmp/mdbook.${ext}
67
67
chmod +x /tmp/mdbook
68
68
69
69
echo " grabbing the latest released controller-gen"
70
- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8 .0
70
+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10 .0
71
71
72
72
# make sure we add the go bin directory to our path
73
73
gobin=$( go env GOBIN)
You can’t perform that action at this time.
0 commit comments