Skip to content

Commit

Permalink
This doesn't work since golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
joshperry committed Mar 27, 2024
1 parent 8dc2949 commit 911fcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 911fcf8

Please sign in to comment.