Skip to content

Commit

Permalink
add -trimpath option
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Jul 19, 2024
1 parent 8ca8255 commit d968819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test: ## run tests
.PHONY: build
build: ## build applications
mkdir -p $(OUTPUT_DIR)
$(GOBUILD) -ldflags=$(LDFLAGS) -o $(OUTPUT) .
$(GOBUILD) -ldflags=$(LDFLAGS) -trimpath -o $(OUTPUT) .

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

0 comments on commit d968819

Please sign in to comment.