blob: ea10be814cb9ba532d86db5140a3db9d14ae2549 [file] [log] [blame]
#!/bin/sh
: ${GOTESTSUM_COMMIT:=v0.5.3}
install_gotestsum() (
set -e
export GO111MODULE=on
GOBIN="${PREFIX}" go get "gotest.tools/gotestsum@${GOTESTSUM_COMMIT}"
)