We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d34439 commit 6e4c3a5Copy full SHA for 6e4c3a5
1 file changed
Taskfile.yml
@@ -21,7 +21,6 @@ tasks:
21
build:
22
desc: Build the application binary
23
cmds:
24
- - mkdir -p {{.BUILD_DIR}}
25
- go build -ldflags "{{.LDFLAGS}}" -o {{.BUILD_DIR}}/{{.BINARY_NAME}} {{.MAIN_PKG}}
26
sources:
27
- "{{.GO_SOURCES}}"
0 commit comments