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