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 41
41
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
43
43
- name : Setup Golang
44
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
44
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
45
45
with :
46
46
go-version : 1.22
47
47
@@ -160,7 +160,7 @@ jobs:
160
160
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161
161
162
162
- name : Setup Golang
163
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
163
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
164
164
with :
165
165
go-version : 1.22
166
166
@@ -246,7 +246,7 @@ jobs:
246
246
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
247
247
248
248
- name : Setup GoLang
249
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
249
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
250
250
with :
251
251
go-version : 1.22
252
252
@@ -331,7 +331,7 @@ jobs:
331
331
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
332
332
333
333
- name : Setup GoLang
334
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
334
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
335
335
with :
336
336
go-version : 1.22
337
337
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
13
13
- name : Set up Go
14
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
14
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
15
15
with :
16
16
go-version : 1.22
17
17
28
28
runs-on : ubuntu-20.04
29
29
steps :
30
30
- name : Set up Go
31
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
31
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
32
32
with :
33
33
go-version : 1.22
34
34
You can’t perform that action at this time.
0 commit comments