mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 19:48:12 +00:00
9 lines
136 B
YAML
9 lines
136 B
YAML
language: go
|
|
go_import_path: github.com/pkg/profile
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
script:
|
|
- go test -race github.com/pkg/profile
|