feat: support terraform v1 (#242)

* chore(ci): add tf v1.0.1
* chore(ci): bump tf v0.15 to 5
This commit is contained in:
Manuel Vogel 2021-07-07 11:04:07 +02:00 committed by GitHub
parent b759b8f2c9
commit 4768b24df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@ jobs:
- "0.12.31"
- "0.13.7"
- "0.14.11"
- "0.15.2"
- "0.15.5"
- "1.0.1"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2