File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
# Allow goreleaser to access older tag information.
28
28
fetch-depth : 0
29
- - uses : actions/setup-go@v4
29
+ - uses : actions/setup-go@v5
30
30
with :
31
31
go-version-file : ' go.mod'
32
32
cache : true
Original file line number Diff line number Diff line change 30
30
timeout-minutes : 5
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-file : ' go.mod'
36
36
cache : true
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/checkout@v4
48
- - uses : actions/setup-go@v4
48
+ - uses : actions/setup-go@v5
49
49
with :
50
50
go-version-file : ' go.mod'
51
51
cache : true
72
72
- ' 1.6.0-alpha5'
73
73
steps :
74
74
- uses : actions/checkout@v4
75
- - uses : actions/setup-go@v4
75
+ - uses : actions/setup-go@v5
76
76
with :
77
77
go-version-file : ' go.mod'
78
78
cache : true
You can’t perform that action at this time.
0 commit comments