vikunja/vendor/github.com/asaskevich/govalidator/wercker.yml
renovate 7e57497ca6
Some checks failed
continuous-integration/drone/pr Build is failing
Update github.com/asaskevich/govalidator commit hash to 475eaeb
2020-04-05 21:01:19 +00:00

16 lines
238 B
YAML

box: golang
build:
steps:
- setup-go-workspace
- script:
name: go get
code: |
go version
go get -t ./...
- script:
name: go test
code: |
go test -race -v ./...