mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user