chore(golang): remove MallocNanoZone fix

Go 1.17.6 fixes the Monteray -race issue.
This commit is contained in:
2022-01-16 03:32:08 +00:00
parent 4e43aacaf1
commit bb827fd809

3
zshenv
View File

@@ -33,9 +33,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
if [ -f "/etc/zshenv" ]; then if [ -f "/etc/zshenv" ]; then
source "/etc/zshenv" source "/etc/zshenv"
fi fi
# Fix Go race detector issues: https://github.com/golang/go/issues/49138
export MallocNanoZone=0
fi fi
# ============================================================================== # ==============================================================================