Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1410 from acpana/acpana/move-c…
Browse files Browse the repository at this point in the history
…ache

fix:"fix:" move cache location
  • Loading branch information
google-oss-prow[bot] authored Mar 21, 2024
2 parents 01dfe93 + 785f9ad commit 8bc66bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc66bf

Please sign in to comment.