File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v4
44
44
45
45
- name : Set up go
46
- uses : actions/setup-go@v5.1 .0
46
+ uses : actions/setup-go@v5.3 .0
47
47
with :
48
48
go-version : ${{ matrix.go-version }}
49
49
- run : |
Original file line number Diff line number Diff line change 51
51
fetch-depth : 0
52
52
53
53
- name : Set up go
54
- uses : actions/setup-go@v5.1 .0
54
+ uses : actions/setup-go@v5.3 .0
55
55
with :
56
56
go-version : ${{ matrix.go-version }}
57
57
98
98
fetch-depth : 0
99
99
100
100
- name : Set up go
101
- uses : actions/setup-go@v5.1 .0
101
+ uses : actions/setup-go@v5.3 .0
102
102
with :
103
103
go-version : ${{ matrix.go-version }}
104
104
@@ -145,7 +145,7 @@ jobs:
145
145
fetch-depth : 0
146
146
147
147
- name : Set up go
148
- uses : actions/setup-go@v5.1 .0
148
+ uses : actions/setup-go@v5.3 .0
149
149
with :
150
150
go-version : ${{ matrix.go-version }}
151
151
- run : |
@@ -197,7 +197,7 @@ jobs:
197
197
fetch-depth : 0
198
198
199
199
- name : Set up go
200
- uses : actions/setup-go@v5.1 .0
200
+ uses : actions/setup-go@v5.3 .0
201
201
with :
202
202
go-version : ${{ matrix.go-version }}
203
203
- run : |
Original file line number Diff line number Diff line change 19
19
name : Release
20
20
steps :
21
21
- name : Set up go
22
- uses : actions/setup-go@v5.1 .0
22
+ uses : actions/setup-go@v5.3 .0
23
23
with :
24
24
go-version : ${{ matrix.go-version }}
25
25
You can’t perform that action at this time.
0 commit comments