mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
12 lines
85 B
YAML
12 lines
85 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.0
|
||
|
- 1.1
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
|
||
|
script:
|
||
|
- go test
|