File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-go@v5
1818 with :
19- go-version : ' ^1.21 .0'
19+ go-version : ' ^1.23 .0'
2020 - name : golangci-lint
2121 uses : golangci/golangci-lint-action@v6
2222 with :
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v4
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : ' 1.21 '
43+ go-version : ' 1.23 '
4444 - uses : hashicorp/setup-terraform@v3
4545 with :
4646 terraform_version : ' 1.3.*'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ terraform {
2828## Development requirements
2929
3030- [ Terraform] ( https://www.terraform.io/downloads.html ) 1.5.5 or [ OpenTofu] ( https://github.com/opentofu/opentofu ) latest
31- - [ Go] ( https://golang.org/doc/install ) 1.21 or newer (to build the provider plugin)
31+ - [ Go] ( https://golang.org/doc/install ) 1.23 or newer (to build the provider plugin)
3232
3333## Building the provider
3434
Original file line number Diff line number Diff line change 11module github.com/philips-software/terraform-provider-hsdp
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/cenkalti/backoff/v4 v4.3.0
You can’t perform that action at this time.
0 commit comments