File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ${{ matrix.os-version }}
25
25
steps :
26
26
- uses : actions/checkout@v4
27
- - uses : actions/setup-go@v4
27
+ - uses : actions/setup-go@v5
28
28
with :
29
29
go-version-file : go.mod
30
30
cache : true
Original file line number Diff line number Diff line change 30
30
runs-on : ${{ matrix.os-version }}
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : actions/setup-go@v4
33
+ - uses : actions/setup-go@v5
34
34
with :
35
35
go-version : ${{ matrix.go-version }}
36
36
cache : true
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- - uses : actions/setup-go@v4
18
+ - uses : actions/setup-go@v5
19
19
with :
20
20
go-version : ${{ inputs.go-version }}
21
21
cache : true
Original file line number Diff line number Diff line change 30
30
runs-on : ${{ matrix.os-version }}
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : actions/setup-go@v4
33
+ - uses : actions/setup-go@v5
34
34
with :
35
35
go-version : ${{ matrix.go-version }}
36
36
cache : true
You can’t perform that action at this time.
0 commit comments