We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2d96 commit 23c0b46Copy full SHA for 23c0b46
.github/workflows/test.yml
@@ -64,15 +64,10 @@ jobs:
64
fail-fast: false
65
matrix:
66
terraform:
67
- - "1.0.*"
68
- - "1.1.*"
69
- - "1.2.*"
70
- - "1.3.*"
71
- - "1.4.*"
72
- - "1.5.*"
73
- "1.6.*"
74
- "1.7.*"
75
- "1.8.*"
+ - "1.9.*"
76
steps:
77
- name: Set up Go
78
uses: actions/setup-go@v5
@@ -112,7 +107,7 @@ jobs:
112
107
113
108
- uses: hashicorp/setup-terraform@v3
114
109
with:
115
- terraform_version: "1.3.*"
110
+ terraform_version: "latest"
116
111
terraform_wrapper: false
117
118
- name: Check out code into the Go module directory
0 commit comments