File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 74
74
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75
75
76
76
- name : Install Go
77
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
77
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
78
78
with :
79
79
go-version : ${{ env.GO_VERSION }}
80
80
@@ -156,7 +156,7 @@ jobs:
156
156
fetch-depth : 0
157
157
158
158
- name : Install Go
159
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
159
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
160
160
with :
161
161
go-version : ${{ env.GO_VERSION }}
162
162
@@ -223,7 +223,7 @@ jobs:
223
223
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224
224
225
225
- name : Install Go
226
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
226
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
227
227
with :
228
228
go-version : ${{ env.GO_VERSION }}
229
229
@@ -278,7 +278,7 @@ jobs:
278
278
echo "ARCH=$ARCH" >> $GITHUB_ENV
279
279
280
280
- name : Install Go
281
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
281
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
282
282
with :
283
283
go-version : ${{ env.GO_VERSION }}
284
284
Original file line number Diff line number Diff line change 42
42
echo "ARCH=$ARCH" >> $GITHUB_ENV
43
43
44
44
- name : Install Go
45
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
45
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
46
46
with :
47
47
go-version : ${{ env.GO_VERSION }}
48
48
87
87
ref : ${{github.event.release.tag_name}}
88
88
89
89
- name : Install Go
90
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
90
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
91
91
with :
92
92
go-version : ${{ env.GO_VERSION }}
93
93
You can’t perform that action at this time.
0 commit comments