Upgrade to Go 1.19
This commit is contained in:
parent
2d06e8e09c
commit
741f18efd1
9 changed files with 20 additions and 28 deletions
|
|
@ -1,8 +1,5 @@
|
|||
version: '3'
|
||||
|
||||
env:
|
||||
go_dir:
|
||||
|
||||
tasks:
|
||||
pull:
|
||||
cmds:
|
||||
|
|
@ -10,10 +7,7 @@ tasks:
|
|||
silent: true
|
||||
test:
|
||||
cmds:
|
||||
- go test ./app
|
||||
- go test ./commands
|
||||
- go test ./config
|
||||
- go test ./echo
|
||||
- go test $(find . -name "*.go" -exec dirname {} \; | uniq | grep '/') -cover
|
||||
build:
|
||||
cmds:
|
||||
- mkdir -p build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue