File tree 5 files changed +9
-15
lines changed
5 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : actions/setup-go@v3
16
+ - uses : actions/setup-go@v5
17
17
with :
18
- go-version : ' 1.19.x'
19
- - uses : actions/cache@v2
20
- with :
21
- path : ~/go/pkg/mod
22
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
23
- restore-keys : |
24
- ${{ runner.os }}-go-
18
+ go-version : ' 1.22.x'
25
19
- run : make test
26
20
env :
27
21
TF_ACC : 1
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
+ - uses : actions/setup-go@v5
15
+ with :
16
+ go-version : ' 1.22.x'
14
17
- uses : golangci/golangci-lint-action@v4
15
18
with :
16
19
version : latest
Original file line number Diff line number Diff line change 26
26
run : git fetch --prune --unshallow
27
27
-
28
28
name : Set up Go
29
- uses : actions/setup-go@v3
29
+ uses : actions/setup-go@v5
30
30
with :
31
- go-version : ' 1.19 .x'
31
+ go-version : ' 1.22 .x'
32
32
-
33
33
name : Import GPG key
34
34
id : import_gpg
Original file line number Diff line number Diff line change 1
1
module github.com/mackerelio-labs/terraform-provider-mackerel
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
5
require (
6
6
github.com/golangci/golangci-lint v1.50.1
7
+ github.com/hashicorp/terraform-plugin-framework v1.8.0
7
8
github.com/hashicorp/terraform-plugin-go v0.23.0
8
9
github.com/hashicorp/terraform-plugin-mux v0.16.0
9
10
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
@@ -91,8 +92,6 @@ require (
91
92
github.com/hashicorp/logutils v1.0.0 // indirect
92
93
github.com/hashicorp/terraform-exec v0.21.0 // indirect
93
94
github.com/hashicorp/terraform-json v0.22.1 // indirect
94
- github.com/hashicorp/terraform-plugin-framework v1.8.0 // indirect
95
- github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
96
95
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
97
96
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
98
97
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -342,8 +342,6 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
342
342
github.com/hashicorp/terraform-json v0.22.1 /go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A =
343
343
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI =
344
344
github.com/hashicorp/terraform-plugin-framework v1.8.0 /go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY =
345
- github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc =
346
- github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 /go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg =
347
345
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co =
348
346
github.com/hashicorp/terraform-plugin-go v0.23.0 /go.mod h1:1E3Cr9h2vMlahWMbsSEcNrOCxovCZhOOIXjFHbjc/lQ =
349
347
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
You can’t perform that action at this time.
0 commit comments