mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
feat: [code-3149]: golangci-lint missing --new-from-merge-base flag (#3459)
* fix: golangci-lint missing --new-from-merge-base flag
This commit is contained in:
parent
b1aa127cc0
commit
bab50ed39e
2
Makefile
2
Makefile
@ -148,7 +148,7 @@ delete-tools: ## Delete the tools
|
||||
# Install golangci-lint
|
||||
$(GOBIN)/golangci-lint:
|
||||
@echo "🔘 Installing golangci-lint... (`date '+%H:%M:%S'`)"
|
||||
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.63.4
|
||||
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.64.5
|
||||
|
||||
# Install goimports to format code
|
||||
$(GOBIN)/goimports:
|
||||
|
Loading…
Reference in New Issue
Block a user