1language: go
2go_import_path: github.com/pkg/errors
3go:
4  - 1.11.x
5  - 1.12.x
6  - 1.13.x
7  - tip
8
9script:
10  - make check
11