From 2b5d7fe113c59eae5497db09095a6985ceadae6a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 18 Oct 2020 14:43:01 +0200 Subject: [PATCH] Use readonly modules for building Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 2771552..481cc09 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -9,3 +9,4 @@ commands: environment: CGO_ENABLED: 0 GO111MODULE: on + MOD_MODE: readonly