mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 10:08:00 +01:00
ci: fix CI lint job (#973)
Module used by an example does not allow use with 0.13 yet. Lock to latest version of 0.12. No 0.12 floating tag :(
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
name: Validate
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: hashicorp/terraform:latest
|
||||
image: hashicorp/terraform:0.12.29
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Validate Code
|
||||
|
||||
Reference in New Issue
Block a user