Skip to content

Commit 7af48d6

Browse files
committed
chore: update terraform-plugin-sdk and go build version
1 parent 7ffcec1 commit 7af48d6

File tree

4 files changed

+780
-5
lines changed

4 files changed

+780
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/maxjoehnk/terraform-provider-iis
22

3-
go 1.15
3+
go 1.23.0
4+
5+
toolchain go1.24.5
46

57
require (
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
)

0 commit comments

Comments
 (0)