Update to later version of critools with timing fix.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2020-07-15 14:43:58 -04:00
parent 7af3d7e176
commit b47c7ec274
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -21,7 +21,7 @@
set -eu -o pipefail
go get -u github.com/onsi/ginkgo/ginkgo
CRITEST_COMMIT=75ef33dc2b4ecb08e0237d91de1b664909d262de
CRITEST_COMMIT=16911795a3c33833fa0ec83dac1ade3172f6989e
go get -d github.com/kubernetes-sigs/cri-tools/...
cd "$GOPATH"/src/github.com/kubernetes-sigs/cri-tools
git checkout $CRITEST_COMMIT