Skip to content

Commit 29cca93

Browse files
committed
Setup terraform.
1 parent e57dbe2 commit 29cca93

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ jobs:
3333
generate:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
37-
- uses: actions/setup-go@v3
36+
- uses: actions/checkout@v4
37+
- uses: actions/setup-go@v5
3838
with:
3939
go-version-file: 'go.mod'
4040
cache: true
41+
- name: Setup Terraform
42+
uses: hashicorp/setup-terraform@v3
43+
with:
44+
terraform_version: '1.3.1' # Adjust version as needed
45+
terraform_wrapper: false
46+
4147
- run: go generate ./...
4248
- name: git diff
4349
run: |

0 commit comments

Comments
 (0)