Disable go modules (#4583)
This commit is contained in:
parent
ba38153561
commit
189e742685
5 changed files with 13 additions and 2 deletions
|
|
@ -44,6 +44,8 @@ if [ "$missing" = true ]; then
|
|||
fi
|
||||
|
||||
export CGO_ENABLED=0
|
||||
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
|
||||
export GO111MODULE=off
|
||||
|
||||
release=cmd/plugin/release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue