Skip to content

Commit dc1f625

Browse files
Bump up the version of kind to 0.7.0
Signed-off-by: Bharath Thiruveedula <[email protected]>
1 parent d98c4cb commit dc1f625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function install_kind {
186186
header_text "Installing kind"
187187
KIND_DIR=$(mktemp -d)
188188
pushd $KIND_DIR
189-
GO111MODULE=on go get sigs.k8s.io/kind@v0.6.0
189+
GO111MODULE=on go get sigs.k8s.io/kind@v0.7.0
190190
popd
191191
fi
192192
}

0 commit comments

Comments
 (0)