Skip to content

Commit

Permalink
update task
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Nabat committed Oct 17, 2022
1 parent 4501d04 commit 053c5fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ tasks:
lint:
cmds:
- golangci-lint run --disable gocritic --enable misspell --enable gosec
build:
cmds:
- go build -o {{.BINARY_NAME}}.exe -ldflags "-X main.version={{.VERSION}}"
default:
cmds:
- go mod tidy
Expand Down

0 comments on commit 053c5fb

Please sign in to comment.