Skip to content

Commit 0af1e0e

Browse files
authored
Merge pull request #2684 from bnallapeta/patch-2
🌱 Fix URL for downloading gotestsum based on OS
2 parents a8e2f34 + fcb1d6f commit 0af1e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(SETUP_ENVTEST): go.mod go.sum | $(BIN_DIR)
8181

8282
GOTESTSUM := $(BIN_DIR)/gotestsum
8383
$(GOTESTSUM): | $(BIN_DIR)
84-
curl -L https://github.com/gotestyourself/gotestsum/releases/download/v$(GOTESTSUM_VERSION)/gotestsum_$(GOTESTSUM_VERSION)_linux_$(ARCH).tar.gz | \
84+
curl -L https://github.com/gotestyourself/gotestsum/releases/download/v$(GOTESTSUM_VERSION)/gotestsum_$(GOTESTSUM_VERSION)_$(OS)_$(ARCH).tar.gz | \
8585
tar -C $(BIN_DIR) -zxvf - gotestsum
8686

8787
GH_SHARE := $(SHARE_DIR)/gh

0 commit comments

Comments
 (0)