mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-28 16:37:43 +08:00
14 lines
104 B
YAML
14 lines
104 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.0
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.9
|
|
- "1.10"
|
|
|
|
script:
|
|
- go test
|