Skip to content

Commit

Permalink
fix: attempt to overwrite go if detected
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent 2ccce9f commit 1d42ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lint: ## Run the golangci-lint application (install if not found)
@# Brew - MacOS
@if [ "$(shell command -v golangci-lint)" = "" ] && [ "$(shell command -v brew)" != "" ]; then \
echo "brew-detected"; \
brew install golangci-lint; \
brew install golangci-lint --overwrite go; \
fi;
@# MacOS Vanilla
@if [ "$(shell command -v golangci-lint)" = "" ] && [ "$(shell command -v brew)" = "" ]; then \
Expand Down

0 comments on commit 1d42ad7

Please sign in to comment.