Skip to content

Commit

Permalink
Merge pull request #143 from mengesb/update-terratest-workflow
Browse files Browse the repository at this point in the history
Update terratest.yml
  • Loading branch information
mengesb authored Aug 15, 2024
2 parents c1f525c + 30d3384 commit ce54d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
name: Run Terratest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version-file: test/terratest/go.mod
cache: true
cache-dependency-path: test/terratest/go.sum

- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ~1.3
terraform_wrapper: false
Expand Down

0 comments on commit ce54d96

Please sign in to comment.