Skip to content

Commit 3e11e79

Browse files
committed
[ignore] Use setup-terraform step before generate.
1 parent 7a597b8 commit 3e11e79

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: actions/setup-go@v5
3737
with:
3838
go-version-file: 'go.mod'
39+
- uses: hashicorp/setup-terraform@v3
3940
- name: Generate provider code
4041
run: go generate
4142
- name: Check generated code for diffs

.github/workflows/release_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- uses: actions/setup-go@v5
5656
with:
5757
go-version-file: 'go.mod'
58+
- uses: hashicorp/setup-terraform@v3
5859
- name: Generate annotation unsupported provider code
5960
run: go generate
6061
env:

.github/workflows/update-metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: 'go.mod'
22+
- uses: hashicorp/setup-terraform@v3
2223
- name: Get latest metadata and generate provider code
2324
run: go generate
2425
env:

0 commit comments

Comments
 (0)