enforce GO111MODULE=on when running make run (#19724)

Fixes so make run works on older Go versions than 1.13.
This commit is contained in:
Marcus Efraimsson
2019-10-09 11:01:42 +02:00
committed by GitHub
parent 957b552dd1
commit b76c6daf85

View File

@@ -118,7 +118,7 @@ shellcheck: $(SH_FILES)
$(SH_FILES) -e SC1071 -e SC2162
run: scripts/go/bin/bra
@scripts/go/bin/bra run
@GO111MODULE=on scripts/go/bin/bra run
# create docker-compose file with provided sources and start them
# example: make devenv sources=postgres,openldap