mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-09 00:10:07 +00:00
8 lines
87 B
YAML
8 lines
87 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.16.x
|
|
- 1.17.x
|
|
- tip
|
|
|
|
script: go test -v -race -cover ./...
|