From 3783b8ada336ef37235f51a48678b0b6f522d954 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 21 Jan 2026 08:36:30 +0100 Subject: [PATCH] fsnotify is set in Dockerfile Signed-off-by: Nicolas De Loof --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 4670bf04f..a29eebe77 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,6 @@ ifeq ($(DETECTED_OS),Windows) BINARY_EXT=.exe endif -ifeq ($(DETECTED_OS),Darwin) - GO_BUILDTAGS += fsnotify -endif - BUILD_FLAGS?= TEST_FLAGS?= E2E_TEST?=