Skip to content

Commit abdd1a4

Browse files
committed
add terraform to action
1 parent d9f1691 commit abdd1a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
uses: actions/setup-go@v5
1313
with:
1414
go-version: '1.21.x'
15+
- name: Setup Terraform
16+
uses: hashicorp/setup-terraform@v3
17+
with:
18+
terraform_version: "1.11.1"
1519
- name: Install dependencies
1620
run: go get ./...
1721
- name: Build

0 commit comments

Comments
 (0)