We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a3df99 + cfb03af commit 7c9231aCopy full SHA for 7c9231a
Makefile
@@ -29,7 +29,7 @@ $(GO_DIR)/bin/go:
29
mkdir -p $(GO_DIR)
30
rm -f $@
31
@echo Downloading and unpacking Go $(GO_VERSION) to $(GO_DIR)
32
- 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)
33
34
# Clean up binary
35
clean:
0 commit comments