fix justfile: trimpaths -> trimpath [skip ci]
This commit is contained in:
parent
631013c2f3
commit
7256007b33
2
justfile
2
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:
|
||||
|
Loading…
Reference in New Issue
Block a user