From 248a8138dc4af17a20746931a12c11d5d7b5085d Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Tue, 18 Aug 2020 13:52:42 -0700 Subject: [PATCH] pinning eventing at release-0.17 branch (#81) --- hack/update-deps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}" )