We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21475f4 commit 38e1518Copy full SHA for 38e1518
e2e/Makefile
@@ -47,7 +47,7 @@ tools:
47
# install pinned version of 'kind'
48
# go get must run outside of a dir with a (module-based) Go project !
49
# otherwise go get updates project's dependencies and/or behaves differently
50
- cd "/tmp" && GO111MODULE=on go get sigs.k8s.io/kind@v0.8.1
+ cd "/tmp" && GO111MODULE=on go get sigs.k8s.io/kind@v0.9.0
51
52
e2etest: tools copy clean
53
./run.sh main
0 commit comments