Skip to content

Commit 4a5b98a

Browse files
committed
Update versions
1 parent 525ca2a commit 4a5b98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: '1.19'
2929
- uses: hashicorp/setup-terraform@v2
3030
with:
31-
terraform_version: '1.1.*'
31+
terraform_version: '1.3.*'
3232
terraform_wrapper: false
3333
- run: go test -v -cover ./...
3434
env:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ terraform {
1616
required_providers {
1717
hsdp = {
1818
source = "philips-software/hsdp"
19-
version = ">= 0.38.0"
19+
version = ">= 0.38.5"
2020
}
2121
}
2222
}
2323
```
2424

2525
## Development requirements
2626

27-
- [Terraform](https://www.terraform.io/downloads.html) 1.1.0 or newer
28-
- [Go](https://golang.org/doc/install) 1.18 or newer (to build the provider plugin)
27+
- [Terraform](https://www.terraform.io/downloads.html) 1.2.0 or newer
28+
- [Go](https://golang.org/doc/install) 1.19 or newer (to build the provider plugin)
2929

3030
## Building the provider
3131

0 commit comments

Comments
 (0)