mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
7 lines
77 B
YAML
7 lines
77 B
YAML
language: go
|
|
go:
|
|
- 1.10.8
|
|
- 1.11.6
|
|
- 1.12.1
|
|
script:
|
|
- go test -v -race ./...
|