Skip to content

Commit

Permalink
Merge pull request #1080 from hashicorp/fix-ci
Browse files Browse the repository at this point in the history
Fix CI terraform version
  • Loading branch information
absolutelightning authored Oct 31, 2023
2 parents 32eb16d + 548b897 commit ee9886f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
env:
GO_VERSION: 1.20.10
CONSUL_VERSION: 1.12.1
TERRAFORM_VERSION: 1.2.2
TERRAFORM_VERSION: 1.6.2

jobs:
run-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
env:
GO_VERSION: 1.20.10
CONSUL_VERSION: 1.12.1
TERRAFORM_VERSION: 1.2.2
TERRAFORM_VERSION: 1.6.2
VAULT_VERSION: 1.10.3

jobs:
Expand Down

0 comments on commit ee9886f

Please sign in to comment.