mirror of
https://github.com/rclone/rclone.git
synced 2025-02-24 09:34:25 +08:00
12 lines
159 B
YAML
12 lines
159 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.11.x # Debian 10 "Buster"
|
|
- 1.12.x # Ubuntu 19.10
|
|
- 1.13.x # Debian 11 "Bullseye"
|
|
- stable
|
|
|
|
script:
|
|
- go build
|
|
- ./test.bash
|