From d9a67f73682a40d7502b8b976d1e6ce64335c492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 20 Jan 2023 12:01:26 +0100 Subject: [PATCH] chore: install jaillover with go > 1.17 https://stackoverflow.com/a/71862464 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef53067..e1721a6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ test: build jaillover $(GOTEST) -v -coverprofile=$(TMP_DIR)/c.out ./... jaillover: - $(GOGET) $(PROJECTREPO)/testutils/$@ + $(GOINSTALL) -v $(PROJECTREPO)/testutils/$@ race: build $(GOTEST) -race -v ./...