diff --git a/justfile b/justfile index 9afbf1b..d9c997a 100644 --- a/justfile +++ b/justfile @@ -42,7 +42,7 @@ builddebug: build # build the application without debugging information. buildrelease: go mod tidy - go build -v -trimpaths -ldflags="-s -w -X main.version=$(git rev-parse --short HEAD)" . + go build -v -trimpath -ldflags="-s -w -X main.version=$(git rev-parse --short HEAD)" . # run the application. run: