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.
1 parent 4e179b1 commit fcb1d6fCopy full SHA for fcb1d6f
hack/tools/Makefile
@@ -81,7 +81,7 @@ $(SETUP_ENVTEST): go.mod go.sum | $(BIN_DIR)
81
82
GOTESTSUM := $(BIN_DIR)/gotestsum
83
$(GOTESTSUM): | $(BIN_DIR)
84
- curl -L https://github.com/gotestyourself/gotestsum/releases/download/v$(GOTESTSUM_VERSION)/gotestsum_$(GOTESTSUM_VERSION)_linux_$(ARCH).tar.gz | \
+ curl -L https://github.com/gotestyourself/gotestsum/releases/download/v$(GOTESTSUM_VERSION)/gotestsum_$(GOTESTSUM_VERSION)_$(OS)_$(ARCH).tar.gz | \
85
tar -C $(BIN_DIR) -zxvf - gotestsum
86
87
GH_SHARE := $(SHARE_DIR)/gh
0 commit comments