From 2efb7b58b98d625de307117534ac363374b6d97a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 27 Sep 2018 15:26:17 +0200 Subject: [PATCH] added workaround for build failture --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2ef4b61..89c25e8 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ getCMDDependencies: getGoDependencies: go get -v ./... + # Workaround for: https://github.com/sirupsen/logrus/issues/824 + GOOS=windows go get -v ./... buildProject: rm -rf releases