Skip to content

Commit

Permalink
Merge f7ee3d2 into d98c4cb
Browse files Browse the repository at this point in the history
  • Loading branch information
bharaththiruveedula-zz committed Jan 22, 2020
2 parents d98c4cb + f7ee3d2 commit 0fc8ecc
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 0fc8ecc

Please sign in to comment.