On Sunday, 29 August 2021 at 06:06:00 UTC+1 fajars...@cloudgdrive.com wrote:

> QUESTION:
>
> why the active Go is not what i expected ? => go1.17
>
>
Type "which go".  It will show you where the "go" binary is that's being 
picked up.  It appears you have go 1.16 installed elsewhere, and is being 
picked up from somewhere in your $PATH

> [g] Then, i typed command :
> 
>      tar: go: Cannot mkdir: Permission denied
> tar: go/src/net/http/httputil: Cannot mkdir: No such file or directory
> tar: go: Cannot mkdir: Permission denied

You didn't show the actual command that you typed.  However it looks like 
you're trying to untar go into some directory that you don't have 
permissions to write into, e.g. /usr/local - and hence step [g] has failed 
completely.

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8f63b8fc-faf7-4ac1-a5f0-da67e7203873n%40googlegroups.com.

Reply via email to