From 2a163b261bfccbddc9f17238271d2e8351755ae0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 8 May 2021 16:16:41 +0200 Subject: [PATCH] Fix: Build needs GO111MODULE Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index a4c5fa5..4643154 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -8,4 +8,4 @@ commands: environment: CGO_ENABLED: 0 - GO111MODULE: off + GO111MODULE: on