From 415cfca9af3c1f1219e3c294d85fe29a28b255a3 Mon Sep 17 00:00:00 2001 From: Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:10:31 +0200 Subject: [PATCH] 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 :( --- .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 57e27e7..bfb0eba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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