mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
8b4b0ccdc0
* 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
12 lines
101 B
YAML
12 lines
101 B
YAML
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.13"
|
|
- "1.x" # latest
|
|
|
|
script:
|
|
- go test -v ./...
|