Skip to content

Commit 5f150c2

Browse files
chore: fix regression tests (#5507)
* fix regression tests * f * remove tmp workflow
1 parent ab3f970 commit 5f150c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
needs: [get-workspace-name, get-workspace-expiration]
9999
runs-on: ubuntu-latest
100100
container:
101-
image: hashicorp/terraform:1.0.11
101+
image: hashicorp/terraform:1.13.1
102102
env:
103103
WORKSPACE: ${{ needs.get-workspace-name.outputs.name }}
104104
steps:
@@ -162,7 +162,7 @@ jobs:
162162
needs: [get-workspace-name, get-workspace-expiration, jumpbox]
163163
runs-on: ubuntu-latest
164164
container:
165-
image: hashicorp/terraform:1.0.11
165+
image: hashicorp/terraform:1.13.1
166166
env:
167167
WORKSPACE: ${{ needs.get-workspace-name.outputs.name }}
168168
strategy:

0 commit comments

Comments
 (0)