From 785f9ad5cc95d130efa54b767129307d556626bf Mon Sep 17 00:00:00 2001 From: Alex Pana <8968914+acpana@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:42:27 +0000 Subject: [PATCH] fix:fix: move cache location Signed-off-by: Alex Pana <8968914+acpana@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e77e966b60..6ecd31b27b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ WEBHOOK_IMG ?= gcr.io/${PROJECT_ID}/webhook:${SHORT_SHA} DELETION_DEFENDER_IMG ?= gcr.io/${PROJECT_ID}/deletiondefender:${SHORT_SHA} UNMANAGED_DETECTOR_IMG ?= gcr.io/${PROJECT_ID}/unmanageddetector:${SHORT_SHA} # Detects the location of the user golangci-lint cache. -GOLANGCI_LINT_CACHE := $(shell pwd)/.tmp/golangci-lint +GOLANGCI_LINT_CACHE := /tmp/golangci-lint # When updating this, make sure to update the corresponding action in # ./github/workflows/lint.yaml GOLANGCI_LINT_VERSION := v1.56.2