mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: upgrade terraform to 1.5.1 (#8160)
This commit is contained in:
@@ -231,7 +231,7 @@ jobs:
|
||||
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.1.9
|
||||
terraform_version: 1.5.1
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Test with Mock Database
|
||||
@@ -296,7 +296,7 @@ jobs:
|
||||
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.1.9
|
||||
terraform_version: 1.5.1
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Test with PostgreSQL Database
|
||||
@@ -338,6 +338,11 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/setup-go
|
||||
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.5.1
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
gotestsum --junitfile="gotests.xml" -- -race ./...
|
||||
@@ -474,7 +479,7 @@ jobs:
|
||||
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.1.9
|
||||
terraform_version: 1.5.1
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user