File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI Workflow
33on : [pull_request, workflow_dispatch]
44
55env :
6- GO_VERSION : " 1.23 "
6+ GO_VERSION : " 1.24 "
77
88jobs :
99 main :
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ If you want to onboard resources of a STACKIT service `foo` that was not yet in
387387
388388### Local development
389389
390- To test your changes locally, you have to compile the provider (requires Go 1.22 ) and configure the Terraform CLI to use the local version.
390+ To test your changes locally, you have to compile the provider (requires Go 1.24 ) and configure the Terraform CLI to use the local version.
391391
3923921 . Clone the repository.
3933931 . Create a ` .terraformrc ` config file in your home directory (` ~ ` ) for the terraform CLI with the following content:
Original file line number Diff line number Diff line change 11module github.com/stackitcloud/terraform-provider-stackit
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 github.com/google/go-cmp v0.7.0
You can’t perform that action at this time.
0 commit comments