Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twoliter make: take go modules from environment
In #130 1410d5b we startred requiring GO_MODULES to come from the environment when using twoliter make. This appeared to work because go mod vendor had been cached when testing. But in fact, we were not taking the environment variable at all! So this commit fixes it.
- Loading branch information