Skip to content

Commit

Permalink
Bump up the version of kind to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Thiruveedula <[email protected]>
  • Loading branch information
bharaththiruveedula-zz committed Jan 22, 2020
1 parent d98c4cb commit dc1f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function install_kind {
header_text "Installing kind"
KIND_DIR=$(mktemp -d)
pushd $KIND_DIR
GO111MODULE=on go get sigs.k8s.io/kind@v0.6.0
GO111MODULE=on go get sigs.k8s.io/kind@v0.7.0
popd
fi
}
Expand Down

0 comments on commit dc1f625

Please sign in to comment.