Skip to content

Commit d46402f

Browse files
authored
fix: update go clean usage for newer Go versions (#135)
Compatible with the old version (1.18) too.
1 parent e583c54 commit d46402f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test:
2-
go clean -testcache ./...
2+
go clean -testcache
3+
go clean ./...
34
go test -v ./...
45
go test -v ./... -tags=integration
56

0 commit comments

Comments
 (0)