Skip to content

Commit 935f961

Browse files
committed
hack/check-everything: pin to release branch to avoid go version issues
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
1 parent 5a54638 commit 935f961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ header_text "installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest
3636
tmp_bin=/tmp/cr-tests-bin
3737
(
3838
# don't presume to install for the user
39-
GOBIN=${tmp_bin} go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
39+
GOBIN=${tmp_bin} go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
4040
)
4141
export KUBEBUILDER_ASSETS="$(${tmp_bin}/setup-envtest use --use-env -p path "${ENVTEST_K8S_VERSION}")"
4242

0 commit comments

Comments
 (0)