@@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
20
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21
21
with :
22
22
go-version-file : ' go.mod'
23
23
- run : go mod download
24
- - uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0 .0
24
+ - uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3 .0
25
25
terraform-provider-corner-tfprotov5 :
26
26
defaults :
27
27
run :
34
34
with :
35
35
path : terraform-provider-corner
36
36
repository : hashicorp/terraform-provider-corner
37
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
37
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
38
38
with :
39
39
go-version-file : ' go.mod'
40
40
- uses : hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
60
60
with :
61
61
path : terraform-provider-corner
62
62
repository : hashicorp/terraform-provider-corner
63
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
63
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
64
64
with :
65
65
go-version-file : ' go.mod'
66
66
- uses : hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
82
82
go-version : [ '1.22', '1.21' ]
83
83
steps :
84
84
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
85
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
85
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
86
86
with :
87
87
go-version : ${{ matrix.go-version }}
88
88
- run : go mod download
0 commit comments