From cb12e75c221e48b37c284c82218f5943fe9bca11 Mon Sep 17 00:00:00 2001 From: Uri Weisman <68195305+uri-weisman@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:06:50 +0300 Subject: [PATCH] Update makefile to run the buildkite pipeline (#1022) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8243923b8..decbeabbd8 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ BIN_MAGE=$(GOOSBUILD)/bin/mage # BIN_MAGE is the standard "mage" binary. $(BIN_MAGE): go.mod - $(GO) build -o $@ github.com/magefile/mage + go build -o $@ github.com/magefile/mage # MAGE is the compiled magefile. $(MAGE): magefile.go $(BIN_MAGE)