mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-13 18:54:11 -04: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 . |