File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout
19
19
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
20
- name : Setup Go
21
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
21
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
22
22
with :
23
23
go-version : 1.22.x
24
24
- name : Tests
Original file line number Diff line number Diff line change 54
54
- name : Checkout
55
55
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
56
56
- name : Setup Go
57
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
57
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
58
58
with :
59
59
go-version : 1.22.x
60
60
- name : fmt
88
88
- name : Checkout
89
89
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
90
90
- name : Setup Go
91
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
91
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
92
92
with :
93
93
go-version : 1.22.x
94
94
- name : run test
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Checkout
107
107
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
108
108
- name : Setup Go
109
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
109
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
110
110
with :
111
111
go-version : 1.22.x
112
112
- name : build
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Checkout
152
152
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
153
153
- name : Setup Go
154
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
154
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
155
155
with :
156
156
go-version : 1.22.x
157
157
- name : Setup Kubernetes
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
23
with :
24
24
fetch-depth : 0
25
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
25
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
26
26
with :
27
27
go-version : ' 1.22'
28
28
- name : Docker Login
You can’t perform that action at this time.
0 commit comments