summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-18 12:13:13 +0300
committerPaul Buetow <paul@buetow.org>2023-06-18 12:13:13 +0300
commitb9fe75d297116ed9c91cd312c5fc9fef2d1ef329 (patch)
tree4e6be05d32cc50e21a554db5ef53dc28c07c63b3
parent9e63c35bdb3f2a49f60eabb7f7f1ce8e3e7fe6e4 (diff)
add go-task dev
-rw-r--r--Taskfile.yml8
-rwxr-xr-xgogiosbin6009349 -> 7649552 bytes
2 files changed, 7 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index d910237..49cfde2 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -4,9 +4,15 @@ tasks:
build:
cmds:
- go build -o gogios cmd/gogios/main.go
- check:
+ dev:
+ deps: ["vet", "lint"]
+ cmds:
+ - go build -race -o gogios cmd/gogios/main.go
+ vet:
cmds:
- go vet **/*.go
+ lint:
+ cmds:
- golangci-lint run
lint-install:
cmds:
diff --git a/gogios b/gogios
index 6372d6f..663fb28 100755
--- a/gogios
+++ b/gogios
Binary files differ