From 911fcf88f323419052f0550b76abf7c7494c0b4c Mon Sep 17 00:00:00 2001 From: Joshua Perry Date: Wed, 27 Mar 2024 14:35:37 -0600 Subject: [PATCH] This doesn't work since golang 1.20 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7e9136..8763940 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ all: clean test .PHONY: clean clean: @rm -rf dist unit.coverprofile - @go clean -i -cache $(shell go list ./...) + @go clean -i -cache .PHONY: test test: