File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
49
50
50
- name : Setup Go
51
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
51
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
52
52
with :
53
53
go-version-file : go.mod
54
54
88
88
runs-on : ubuntu-latest
89
89
steps :
90
90
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
91
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
92
92
with :
93
93
go-version-file : go.mod
94
94
# Use different schema from regular job, to avoid overwriting the same key
@@ -131,7 +131,7 @@ jobs:
131
131
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
132
132
133
133
- name : Setup Go
134
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
134
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
135
135
with :
136
136
go-version-file : go.mod
137
137
# Use different schema from regular job, to avoid overwriting the same key
Original file line number Diff line number Diff line change 32
32
fetch-tags : true
33
33
34
34
- name : Setup Go
35
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
35
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
36
36
with :
37
37
go-version-file : go.mod
38
38
Original file line number Diff line number Diff line change 24
24
fetch-tags : true
25
25
26
26
- name : Setup Go
27
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
27
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
You can’t perform that action at this time.
0 commit comments