Skip to content

Commit

Permalink
Merge pull request #113 from cdesiniotis/golangci-lint-cache
Browse files Browse the repository at this point in the history
[no-relnote] Specify golangci-lint cache directory in Makefile
  • Loading branch information
cdesiniotis authored Aug 21, 2024
2 parents 66663e7 + e7ce1ef commit dba516e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit dba516e

Please sign in to comment.