mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
12 lines
92 B
YAML
12 lines
92 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|