Skip to content

Commit 02b0138

Browse files
authored
chore(ci): update github workflows (#25)
1 parent d91dd1f commit 02b0138

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

.github/workflows/issue-comment-triage.yml

-21
This file was deleted.

.github/workflows/lock.yml

-21
This file was deleted.

.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
with:
4343
go-version-file: "go.mod"
4444
cache: true
45-
# Temporarily download Terraform 1.8 prerelease for function documentation support.
46-
# When Terraform 1.8.0 final is released, this can be removed.
47-
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
48-
with:
49-
terraform_version: "1.8.0-alpha20240216"
50-
terraform_wrapper: false
5145
- run: go generate ./...
5246
- name: git diff
5347
run: |

0 commit comments

Comments
 (0)