mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +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
|