From bb827fd80917ab34cd2a508ad4dbcdcf52b384f9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Jan 2022 03:32:08 +0000 Subject: [PATCH] chore(golang): remove MallocNanoZone fix Go 1.17.6 fixes the Monteray -race issue. --- zshenv | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshenv b/zshenv index 68a9584..c1a11e7 100644 --- a/zshenv +++ b/zshenv @@ -33,9 +33,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then if [ -f "/etc/zshenv" ]; then source "/etc/zshenv" fi - - # Fix Go race detector issues: https://github.com/golang/go/issues/49138 - export MallocNanoZone=0 fi # ==============================================================================