Upgrade to Go 1.19

This commit is contained in:
Mikołaj Pęczkowski 2022-12-10 23:47:59 +01:00
parent 2d06e8e09c
commit 741f18efd1
9 changed files with 20 additions and 28 deletions

View file

@ -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