Skip to content

Commit

Permalink
Merge pull request #357 from drzzlio/nomoduleclean
Browse files Browse the repository at this point in the history
Package cleaning errors since golang 1.20
  • Loading branch information
HeavyWombat authored Apr 3, 2024
2 parents 8dc2949 + 911fcf8 commit c509496
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 c509496

Please # to comment.