From 0741574762692e4b6946606472d1c884d79dc0e9 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Mon, 24 Jun 2024 11:19:01 -0700 Subject: [PATCH] Fixing path for Go tools in Darwin. Signed-off-by: Artur Souza --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 592cbc3c3..3bcc674c1 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ ifeq ($(LOCAL_OS),Linux) else ifeq ($(LOCAL_OS),Darwin) TARGET_OS_LOCAL = darwin GOLANGCI_LINT:=golangci-lint + PATH := $(PATH):$(HOME)/go/bin/darwin_$(GOARCH) export ARCHIVE_EXT = .tar.gz else TARGET_OS_LOCAL ?= windows