File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
24
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .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 29
29
timeout-minutes : 5
30
30
steps :
31
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
32
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
33
33
with :
34
34
go-version-file : ' go.mod'
35
35
cache : true
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
50
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
51
51
with :
52
52
go-version-file : ' go.mod'
53
53
cache : true
80
80
- ' 1.10.*'
81
81
steps :
82
82
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
83
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
84
84
with :
85
85
go-version-file : ' go.mod'
86
86
cache : true
You can’t perform that action at this time.
0 commit comments