diff --git a/SPECS/golang-github-cpuguy83-go-md2man.spec b/SPECS/golang-github-cpuguy83-go-md2man.spec index c866416..6c6e47f 100644 --- a/SPECS/golang-github-cpuguy83-go-md2man.spec +++ b/SPECS/golang-github-cpuguy83-go-md2man.spec @@ -51,7 +51,7 @@ ln -s vendor src mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s $(pwd) src/%{import_path} export GOPATH=$(pwd) -GOPATH=$GOPATH %gobuild -o bin/go-md2man %{import_path} +GOPATH=$GOPATH GO111MODULE=off %gobuild -o bin/go-md2man %{import_path} %install # install go-md2man binary