File tree Expand file tree Collapse file tree 4 files changed +780
-5
lines changed
Expand file tree Collapse file tree 4 files changed +780
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go 1.x
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : ^1.13
19+ go-version : ^1.23
2020
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2828 name : Set up Go
2929 uses : actions/setup-go@v2
3030 with :
31- go-version : 1.14
31+ go-version : 1.23
3232 -
3333 name : Import GPG key
3434 id : import_gpg
Original file line number Diff line number Diff line change 11module github.com/maxjoehnk/terraform-provider-iis
22
3- go 1.15
3+ go 1.23.0
4+
5+ toolchain go1.24.5
46
57require (
68 github.com/hashicorp/terraform-plugin-log v0.9.0
7- github.com/hashicorp/terraform-plugin-sdk/v2 v2.2 .0
8- github.com/maxjoehnk/microsoft-iis-administration v0.0.0-20201113134626-dac6f1adc02f
9+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37 .0
10+ github.com/maxjoehnk/microsoft-iis-administration v0.0.0-20201113141114-d361866a46ee
911)
You can’t perform that action at this time.
0 commit comments