Skip to content

Commit 83184bb

Browse files
committed
chore: add setup-terraform step to workflows
GHA now use Ubuntu 24.0 and do not ship with terraform in the image. This needs to be setup manually.
1 parent f187d9a commit 83184bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/generate-json.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: hashicorp/setup-terraform@v3
1819
- uses: actions/setup-go@v5
1920
with:
2021
go-version-file: 'go.mod'

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
go-version-file: 'go.mod'
4646
cache: true
47+
- uses: hashicorp/setup-terraform@v3
4748
- run: go generate ./...
4849
- name: git diff
4950
run: |

0 commit comments

Comments
 (0)