diff --git a/hack/update-deps.sh b/hack/update-deps.sh index aaf119d69..2e95b3e15 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -24,8 +24,7 @@ export GO111MODULE=on # float forward in this repository. FLOATING_DEPS=( "knative.dev/pkg@${VERSION}" - "knative.dev/eventing@master" # todo: change after eventing cuts. -# "knative.dev/eventing@${VERSION}" + "knative.dev/eventing@${VERSION}" "knative.dev/test-infra@${VERSION}" )