mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
9 lines
75 B
YAML
9 lines
75 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
script: go test -race . |