Skip to content

Commit d968819

Browse files
committed
add -trimpath option
1 parent 8ca8255 commit d968819

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
@@ -55,7 +55,7 @@ test: ## run tests
5555
.PHONY: build
5656
build: ## build applications
5757
mkdir -p $(OUTPUT_DIR)
58-
$(GOBUILD) -ldflags=$(LDFLAGS) -o $(OUTPUT) .
58+
$(GOBUILD) -ldflags=$(LDFLAGS) -trimpath -o $(OUTPUT) .
5959

6060
.PHONY: ci-test
6161
ci-test: install-deps-dev format-check lint test build ## run CI test

0 commit comments

Comments
 (0)