From 49fe8ff58509ff54f811aaae76184a0c9aabe5e5 Mon Sep 17 00:00:00 2001 From: lucasmacedot Date: Mon, 30 Oct 2023 18:22:05 -0400 Subject: [PATCH] fix lint pipeline --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6138975..5c41f5c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,7 +52,7 @@ jobs: name: Minimum version check runs-on: ubuntu-latest container: - image: hashicorp/terraform:0.13.0 + image: hashicorp/terraform:1.0.0 steps: - uses: actions/checkout@master - name: Validate Code