mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 23:51:03 +00:00
7 lines
97 B
YAML
7 lines
97 B
YAML
language: go
|
|
before_install:
|
|
- go mod download
|
|
- make tools
|
|
go:
|
|
- "1.18"
|
|
script: make test
|