
Bump all transitive and direct dependencies. Signed-off-by: Casey Callendrello <c1@caseyc.net>
13 lines
125 B
YAML
13 lines
125 B
YAML
# https://taskfile.dev
|
|
|
|
version: '2'
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- task: test
|
|
|
|
test:
|
|
cmds:
|
|
- go test -v .
|