#fork/exec /tmp/GOTMPDIR permission denied
4 messages · Page 1 of 1 (latest)
Seems like your /tmp is mounted as noexec.
You can check by running mount.
Related issue on improving the error message: https://github.com/golang/go/issues/52941
4 messages · Page 1 of 1 (latest)
im trying to run test with command go test -v -cover ./...
but i got permission denied
i already set $GOTMPDIR
already chmod 775 $GOTMPDIR
nothing seems working
Seems like your /tmp is mounted as noexec.
You can check by running mount.
Related issue on improving the error message: https://github.com/golang/go/issues/52941