From e7ce1ef07e93c64e24916c9d240573d5b86a1c3e Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 20 Aug 2024 13:19:59 -0700 Subject: [PATCH] [no-relnote] Specify golangci-lint cache directory in Makefile Signed-off-by: Christopher Desiniotis --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index af5b121e..36f192cf 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ $(DOCKER_TARGETS): docker-%: --rm \ -e GOCACHE=/tmp/.cache/go \ -e GOMODCACHE=/tmp/.cache/gomod \ + -e GOLANGCI_LINT_CACHE=/tmp/.cache/golangci-lint \ -v $(PWD):/work \ -w /work \ --user $$(id -u):$$(id -g) \