fix: fix lint version (#1129)

eb/code-1016-2
Abhinav Singh 2024-03-21 08:24:35 +00:00 committed by Harness
parent 6b19bb4a5d
commit cbbb565f24
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,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)
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.56.2
# Install goimports to format code
$(GOBIN)/goimports: