diff --git a/Makefile b/Makefile index 9871b7dd..47f9ee9b 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ $(GO_DIR)/bin/go: mkdir -p $(GO_DIR) rm -f $@ @echo Downloading and unpacking Go $(GO_VERSION) to $(GO_DIR) - curl -s $(GO_DOWNLOAD_URL) | tar xf - --strip-components=1 -C $(GO_DIR) + curl -s $(GO_DOWNLOAD_URL) | tar xfz - --strip-components=1 -C $(GO_DIR) # Clean up binary clean: