Add GO111MODULE=off

This commit is contained in:
Andrew Lukoshko 2021-12-14 16:36:46 +00:00
parent a47b065139
commit c588b8c65a
1 changed files with 1 additions and 1 deletions

View File

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