Skip to content

Commit

Permalink
Merge pull request #2040 from AndrewSirenko/audit-deps
Browse files Browse the repository at this point in the history
Pin kubetest2 dependency
  • Loading branch information
k8s-ci-robot authored May 15, 2024
2 parents 831f07f + 4541852 commit 0ab6631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ GOMPLATE_VERSION="v3.11.7"
HELM_VERSION="v3.14.4"
# https://github.com/kubernetes/kops
KOPS_VERSION="v1.29.0-beta.1"
# https://pkg.go.dev/sigs.k8s.io/kubetest2?tab=versions
KUBETEST2_VERSION="v0.0.0-20240309080311-0d7ca9ccb41e"
# https://github.com/golang/mock
MOCKGEN_VERSION="v1.6.0"
# https://github.com/mvdan/sh
Expand Down Expand Up @@ -152,7 +154,7 @@ function install_kops() {
function install_kubetest2() {
INSTALL_PATH="${1}"

install_go "${INSTALL_PATH}" "sigs.k8s.io/kubetest2/...@latest"
install_go "${INSTALL_PATH}" "sigs.k8s.io/kubetest2/...@${KUBETEST2_VERSION}"
}

function install_mockgen() {
Expand Down

0 comments on commit 0ab6631

Please sign in to comment.