We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca8255 commit d968819Copy full SHA for d968819
Makefile
@@ -55,7 +55,7 @@ test: ## run tests
55
.PHONY: build
56
build: ## build applications
57
mkdir -p $(OUTPUT_DIR)
58
- $(GOBUILD) -ldflags=$(LDFLAGS) -o $(OUTPUT) .
+ $(GOBUILD) -ldflags=$(LDFLAGS) -trimpath -o $(OUTPUT) .
59
60
.PHONY: ci-test
61
ci-test: install-deps-dev format-check lint test build ## run CI test
0 commit comments