Skip to content

Commit

Permalink
Pin setup-envtest to a specific version
Browse files Browse the repository at this point in the history
Currently being bitten by kubernetes-sigs/controller-runtime#2720

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
  • Loading branch information
fedepaol committed Mar 22, 2024
1 parent 36acd5f commit b331044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env/unittest/setup-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bin_dir=$1/bin/

mkdir -p ${bin_dir}
GOBIN=${bin_dir} go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
GOBIN=${bin_dir} go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9

0 comments on commit b331044

Please sign in to comment.