Skip to content

Commit

Permalink
Bump golangci-lint and fix make test
Browse files Browse the repository at this point in the history
This will bump golangci-lint to latest and also
fix make test command failing
  • Loading branch information
piyush-garg authored and tekton-robot committed Jan 17, 2024
1 parent 5e09408 commit bb04040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FORCE_FETCH_RELEASE = false
CR = config/basic
PLATFORM := $(if $(PLATFORM),--platform $(PLATFORM))

GOLANGCI_VERSION = v1.54.2
GOLANGCI_VERSION = v1.55.2

BIN = $(CURDIR)/.bin

Expand Down Expand Up @@ -148,7 +148,7 @@ test-unit-race: ARGS=-race
$(TEST_UNIT_TARGETS): test-unit
test-clean: ## Clean testcache
@echo "Cleaning test cache"
@go clean -testcache ./...
@go clean -testcache
.PHONY: $(TEST_UNIT_TARGETS) test test-unit
test: test-clean test-unit ## Run test-unit
test-unit: ## Run unit tests
Expand Down

0 comments on commit bb04040

Please sign in to comment.