chore: install jaillover with go > 1.17

https://stackoverflow.com/a/71862464
This commit is contained in:
Roberto Abdelkader Martínez Pérez
2023-01-20 12:01:26 +01:00
parent 0d0cbf583b
commit d9a67f7368
+1 -1
View File
@@ -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 ./...