File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : depot-ubuntu-24.04
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ with :
13
+ repository : weaviate/weaviate
14
+ ref : main
12
15
- name : Set up Go
13
16
uses : actions/setup-go@v5
14
17
with :
27
30
runs-on : depot-ubuntu-24.04
28
31
steps :
29
32
- uses : actions/checkout@v4
33
+ with :
34
+ repository : weaviate/weaviate
35
+ ref : main
30
36
- name : Set up Go
31
37
uses : actions/setup-go@v5
32
38
with :
65
71
]
66
72
steps :
67
73
- uses : actions/checkout@v4
74
+ with :
75
+ repository : weaviate/weaviate
76
+ ref : main
68
77
- name : Set up Go
69
78
uses : actions/setup-go@v5
70
79
with :
@@ -206,6 +215,9 @@ jobs:
206
215
]
207
216
steps :
208
217
- uses : actions/checkout@v4
218
+ with :
219
+ repository : weaviate/weaviate
220
+ ref : main
209
221
- name : Set up Go
210
222
uses : actions/setup-go@v5
211
223
with :
@@ -231,6 +243,9 @@ jobs:
231
243
]
232
244
steps :
233
245
- uses : actions/checkout@v4
246
+ with :
247
+ repository : weaviate/weaviate
248
+ ref : main
234
249
- name : Set up Go
235
250
uses : actions/setup-go@v5
236
251
with :
@@ -259,6 +274,9 @@ jobs:
259
274
runs-on : depot-ubuntu-24.04-4
260
275
steps :
261
276
- uses : actions/checkout@v4
277
+ with :
278
+ repository : weaviate/weaviate
279
+ ref : main
262
280
- name : Set up Go
263
281
uses : actions/setup-go@v5
264
282
with :
You can’t perform that action at this time.
0 commit comments