Hi all,

I'm trying to upgrade from go 1.14.6 to 1.15.2 (soon to 1.15.3).
I have a folder under $GOPATH not related to any golang project that has 
permissions (700) only to the owner/root user (I'm using linux/centos-8) 
and when I issue a go install ./... on my project root folder 
($GOPATH/src/github.com/<project>), I get an error message like this:

pattern ./...: open ${GOPATH}/<restricted folder>: permission denied

Any idea?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/bfa78e79-0b6f-4a24-b572-b449ac9573den%40googlegroups.com.

Reply via email to