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 21
21
with :
22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
24
- - uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 .0.1
24
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 .0.0
25
25
with :
26
26
go-version-file : ' go.mod'
27
27
cache : true
Original file line number Diff line number Diff line change 23
23
timeout-minutes : 5
24
24
steps :
25
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26
- - uses : actions/setup-go@v4
26
+ - uses : actions/setup-go@v5
27
27
with :
28
28
go-version-file : ' go.mod'
29
29
cache : false
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
41
- - uses : actions/setup-go@v4
41
+ - uses : actions/setup-go@v5
42
42
with :
43
43
go-version-file : ' go.mod'
44
44
cache : false
66
66
- ' 1.4.*'
67
67
steps :
68
68
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
69
- - uses : actions/setup-go@v4
69
+ - uses : actions/setup-go@v5
70
70
with :
71
71
go-version-file : ' go.mod'
72
72
cache : true
You can’t perform that action at this time.
0 commit comments