Skip to content

Commit fcb1d6f

Browse files
committed
fix: fix url for downloading gotestsum based on os
1 parent 4e179b1 commit fcb1d6f

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)