mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 22:35:16 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
11 lines
120 B
YAML
Vendored
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
|