From a53233028bfb99c9afec53ddcdb28a356d41d2d1 Mon Sep 17 00:00:00 2001 From: xieyanker Date: Sat, 29 May 2021 15:56:33 +0800 Subject: [PATCH] Update ORG_PATH for test-go.sh --- hack/test-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-go.sh b/hack/test-go.sh index bd6df8148..27bd0d6ef 100755 --- a/hack/test-go.sh +++ b/hack/test-go.sh @@ -5,7 +5,7 @@ set -e if [ "$GO111MODULE" == "off" ]; then echo "Warning: this will be deprecated in near future so please use go modules!" - ORG_PATH="github.com/intel" + ORG_PATH="gopkg.in/k8snetworkplumbingwg" REPO_PATH="${ORG_PATH}/multus-cni" if [ ! -h gopath/src/${REPO_PATH} ]; then