summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhack/dockerfile/install/gotestsum.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/gotestsum.installer b/hack/dockerfile/install/gotestsum.installer
index 02345de0dd..7bde0b1aab 100755
--- a/hack/dockerfile/install/gotestsum.installer
+++ b/hack/dockerfile/install/gotestsum.installer
@@ -5,5 +5,5 @@
install_gotestsum() (
set -e
export GO111MODULE=on
- GOBIN="${PREFIX}" go get ${GO_BUILDMODE} "gotest.tools/gotestsum@${GOTESTSUM_COMMIT}"
+ GOBIN="${PREFIX}" go get "gotest.tools/gotestsum@${GOTESTSUM_COMMIT}"
)