Skip to content

Commit 114b804

Browse files
authored
require minimum Terraform 1.5 and go 1.23 (#456)
update CI to test with latest Terraform
1 parent 131e1c2 commit 114b804

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.23'
1818

1919
- uses: hashicorp/setup-terraform@v3
2020
with:
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: actions/setup-go@v5
5050
with:
51-
go-version: '1.22'
51+
go-version: '1.23'
5252

5353
- uses: actions/checkout@v4
5454

@@ -66,12 +66,12 @@ jobs:
6666
matrix:
6767
# Test with min and max supported Terraform versions
6868
terraform:
69-
- '1.0.11'
7069
- '1.5.3'
70+
- '1.12.1'
7171
steps:
7272
- uses: actions/setup-go@v5
7373
with:
74-
go-version: '1.22'
74+
go-version: '1.23'
7575

7676
- uses: actions/checkout@v4
7777

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.23'
2828

2929
- name: Import GPG key
3030
id: import_gpg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From the [Astra Dashboard](https://astra.datastax.com), you can generate a new t
1414

1515
### Terraform
1616

17-
You will need [Terraform](https://www.terraform.io/) version 1.0 or higher.
17+
You will need [Terraform](https://www.terraform.io/) version 1.5 or higher.
1818

1919
## Getting Started
2020

@@ -72,7 +72,7 @@ The [examples diretory](./examples) contains example configuration for the vario
7272
7373
### Build the provider from source
7474
75-
The build requires [Go](https://golang.org/doc/install) >= 1.22
75+
The build requires [Go](https://golang.org/doc/install) >= 1.23
7676
7777
In order to develop and test this provider, you'll need to configure your local environment
7878
with a custom Terraform [config file](https://developer.hashicorp.com/terraform/cli/config/config-file).

0 commit comments

Comments
 (0)