Files
linuxkit/pkg/host-timesync-daemon/vendor/github.com/pkg/errors/.travis.yml
Dave Tucker 65da053ac3 host-timesync-daemon: Use Go Modules
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2022-01-11 20:18:38 +00:00

11 lines
120 B
YAML
Vendored

language: go
go_import_path: github.com/pkg/errors
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
script:
- make check