From d637e589887796c6167b16a1f487b8d15fbe3b82 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 17 Feb 2021 10:59:15 +0100 Subject: [PATCH] Update build image / add GO111MODULE mode Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index eef655c..fbc8b5a 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -1,6 +1,6 @@ --- -image: "quay.io/luzifer/repo-runner-image" +image: "reporunner/golang-alpine" checkout_dir: /go/src/github.com/Luzifer/vault-totp commands: @@ -8,4 +8,6 @@ commands: environment: CGO_ENABLED: 0 + GO111MODULE: on + MOD_MODE: readonly ARCHS: linux/amd64 linux/arm darwin/amd64