Skip to content

Commit 8a8984d

Browse files
committed
fix makefile
1 parent f4f5492 commit 8a8984d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ build: ## Compile the Go package. This is the default.
99
@echo "==> Building package..."
1010
go build
1111

12-
$(GOLANGCI_LINT):
13-
@echo "==> Installing golangci-lint into $(TOOLS_DIR)..."
14-
@mkdir -p $(TOOLS_DIR)
15-
@cd $(TOOLS_DIR)
16-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TOOLS_DIR) v1.60.1
17-
pwd ..
18-
1912
test: ## Execute all unit tests with verbose output."
2013
@echo "==> Running unit tests..."
2114
go test -v ./...

0 commit comments

Comments
 (0)