Disable go modules (#4583)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-22 17:18:50 -03:00 committed by GitHub
parent ba38153561
commit 189e742685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 2 deletions

View file

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