Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 4, 2024
1 parent f0fe3e3 commit bc581f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
with:
go-version-file: 'tools/go.mod'
cache: true
# Temporarily download Terraform 1.8 prerelease for function documentation support.
# Temporarily download Terraform 1.8 rc release for function documentation support.
# When Terraform 1.8.0 final is released, this can be removed.
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: '1.8.0-alpha20240216'
terraform_version: '1.8.0-rc2'
terraform_wrapper: false
- name: Generate
run: make generate
Expand Down

0 comments on commit bc581f0

Please sign in to comment.