You can find prebuilt gotest
binaries on the releases page.
You can download and install a binary locally like this:
./hack/get-gotest.sh
To build gotest
from source, first install the Go
toolchain. You can then install the latest gotest
from
Github using:
$ export GO111MODULE=on; go install github.com/AndriyKalashnykov/gotest@latest
git clone git@github.com:AndriyKalashnykov/gotest.git
cd gotest
docker run --rm -v `pwd`:/host golang:1.17 bash -c "cd /host && go build ."
Create incremental release
make release
TODO: ?