Skip to content

Commit f2acb5b

Browse files
committed
pin kops version to 1.31.0
Signed-off-by: Min Jin <minkimzz@amazon.com>
1 parent 24c4b53 commit f2acb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-e2e-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo " + Installing ginkgo"
3535
go install "github.com/onsi/ginkgo/ginkgo@${GINKGO_VERSION}"
3636

3737
if [[ -z "${KOPS_ROOT}" ]]; then
38-
git clone https://github.com/kubernetes/kops.git
38+
git clone --branch v1.31.0 https://github.com/kubernetes/kops.git
3939
KOPS_ROOT="$(pwd)/kops"
4040
fi
4141

0 commit comments

Comments
 (0)