Skip to content

Commit 6b653f4

Browse files
authored
Merge pull request #1329 from bharaththiruveedula/master
Bump up the version of kind to 0.7.0
2 parents e348157 + dc1f625 commit 6b653f4

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)