forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix usage of local golangci-lint installation
The make target `make lint` should prefer the locally installed `golangci-lint` if the installed version matches the expected one. This comes with the advantage of using the local cache. This behaviour is broken since cilium#24664 (automate golangci-lint upgrades with renovate). This commit re-introduces the feature. Fixes: cilium#24664 Signed-off-by: Marco Hofstetter <[email protected]>
- Loading branch information
1 parent
cbc2577
commit 66c4479
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters