Skip to content

Commit 362cb95

Browse files
authored
build(make): remove golines from default target (#1063)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent bd3ce08 commit 362cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GO_LDFLAGS=-ldflags "-s -w -X '$(GOMODULE)/internal/version.Version=$(VERSION)'
1818
.PHONY: all build mod-tidy clean format golines test bench test-load-profile
1919

2020
# Default target
21-
all: format golines build test
21+
all: format build test
2222

2323
# Build target
2424
build: $(BINARIES)

0 commit comments

Comments
 (0)