mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
11 lines
123 B
YAML
11 lines
123 B
YAML
|
language: go
|
||
|
go_import_path: github.com/pkg/errors
|
||
|
go:
|
||
|
- 1.4.3
|
||
|
- 1.5.4
|
||
|
- 1.6.1
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|