1
1
Fork 0
mirror of https://github.com/adammck/terraform-inventory synced 2024-05-12 10:26:08 +02:00
terraform-inventory/.travis.yml
Andreas Sommer 8b4b0ccdc0
Fix parsing `index` field in case of non-numeric string (as allowed in `for_each` construct), fix sorting (#153)
* Fix parsing `index` field in case of non-numeric string (as allowed in `for_each` construct), fix sorting
* Use newer Go versions in CI so functions like `errors.Unwrap` are available
2021-07-30 17:06:38 -04:00

12 lines
101 B
YAML

language: go
env:
- GO111MODULE=on
go:
- "1.13"
- "1.x" # latest
script:
- go test -v ./...