When I run a GO program, temporary files are detected as a threat by Windows Defender.
Example:AppData\Local\Temp\go-link-4058383063\a.out
I have changed GOTMPDIR env var and I disabled security on this specific folder.
go-buildxxx files are now in the right place.
But go-linkxxx files are still in AppData\Local\Temp\ and still trigger Windows Defender.
How to change go-linkxxx locations ?
Any solution to not trigger windows defender is welcome.