You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
mkdir -p go-1.11.5
rm -f go-1.11.5/bin/go
Downloading and unpacking Go 1.11.5.linux-amd64 to go-1.11.5
curl -s https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz | tar xf - --strip-components=1 -C go-1.11.5
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
Makefile:29: recipe for target 'go-1.11.5/bin/go' failed
make: *** [go-1.11.5/bin/go] Error 2
0 commit comments