mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-26 07:43:46 +01:00
10 lines
90 B
YAML
10 lines
90 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.8"
|
|
- "1.11.x"
|
|
- "1.x" # latest
|
|
|
|
script:
|
|
- go test -v ./...
|