Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change avoids the need to copy the source out of the GOPATH by applying GO111MODULE=on as an environment variable. Additionally, avoids issues with parallel module downloads (see golang/go#26794 and golang/go#27372) by running 'go mod download' during the install step.
- Loading branch information