Skip to content

Commit 0b9caa9

Browse files
committed
Fix tf version on pipeline
1 parent 588c8b8 commit 0b9caa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Minimum version check
5252
runs-on: ubuntu-latest
5353
container:
54-
image: hashicorp/terraform:1.3.0
54+
image: hashicorp/terraform:1.10.0
5555
steps:
5656
- uses: actions/checkout@v4
5757
- name: Validate Code

0 commit comments

Comments
 (0)