Update ORG_PATH for test-go.sh

This commit is contained in:
xieyanker 2021-05-29 15:56:33 +08:00 committed by Tomofumi Hayashi
parent c25a39c5a3
commit a53233028b

View File

@ -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