Skip to content

Commit 2fc2a84

Browse files
chmouelsavitaashture
authored andcommitted
go 1.20 support
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 7fcb989 commit 2fc2a84

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test-unit-race: ARGS=-race
4646
$(TEST_UNIT_TARGETS): test-unit
4747
test-clean: ## Clean testcache
4848
@echo "Cleaning test cache"
49-
@go clean -testcache ./...
49+
@go clean -testcache
5050
.PHONY: $(TEST_UNIT_TARGETS) test test-unit
5151
test: test-clean test-unit ## Run test-unit
5252
test-unit: ## Run unit tests

test/init_test.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)