Skip to content

Commit 8899a4a

Browse files
committed
DXE-4610 Setup Terraform explicitly on GH actions
1 parent d2e58f9 commit 8899a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/setup-go@v3
1818
with:
1919
go-version-file: 'go.mod'
20+
- name: Setup terraform
21+
uses: hashicorp/setup-terraform@v2
22+
with:
23+
terraform_version: 1.1.7
2024
- name: Fmt check
2125
run: make fmt-check
2226
- name: Linter check

0 commit comments

Comments
 (0)