From 8002817530f7e343492cc69e0acf1c6f597c8cd1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 28 Jul 2019 20:12:08 +0200 Subject: [PATCH] Update repo-runner config for go modules Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index dd1ef5b..2eff19c 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -8,3 +8,5 @@ commands: environment: CGO_ENABLED: 0 + GO111MODULE: on + MOD_MODE: readonly