From 5a2dc0746dfdc8ef481d7b6b89619ebfb437a5c6 Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Tue, 8 Nov 2022 21:36:54 +0000 Subject: [PATCH] Update buildspec.yml Trying to resolve import timeout issues --- cicd/buildapp/buildspec.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cicd/buildapp/buildspec.yml b/cicd/buildapp/buildspec.yml index f6abd29e..9f3963be 100644 --- a/cicd/buildapp/buildspec.yml +++ b/cicd/buildapp/buildspec.yml @@ -1,5 +1,10 @@ version: 0.2 - + +env: + variables: + GO111MODULE: "on" + git-credential-helper: yes + phases: install: commands: