File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Setup Go environment
25
- uses : actions/setup-go@v5.4 .0
25
+ uses : actions/setup-go@v5.5 .0
26
26
with :
27
27
go-version : ${{ env.GO_VERSION }}
28
28
Original file line number Diff line number Diff line change 62
62
go.sum
63
63
64
64
- name : Setup Go environment
65
- uses : actions/setup-go@v5.4 .0
65
+ uses : actions/setup-go@v5.5 .0
66
66
if : steps.changed-go-files.outputs.any_changed == 'true'
67
67
with :
68
68
go-version : ${{ env.GO_VERSION }}
@@ -107,7 +107,7 @@ jobs:
107
107
go.sum
108
108
109
109
- name : Setup Go environment
110
- uses : actions/setup-go@v5.4 .0
110
+ uses : actions/setup-go@v5.5 .0
111
111
with :
112
112
go-version : ${{ env.GO_VERSION }}
113
113
cache : false
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Setup Go environment
25
- uses : actions/setup-go@v5.4 .0
25
+ uses : actions/setup-go@v5.5 .0
26
26
with :
27
27
go-version : ${{ env.GO_VERSION }}
28
28
You can’t perform that action at this time.
0 commit comments