File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152
152
153
153
- uses : actions/setup-go@v4
154
154
with :
155
+ cache : false
155
156
go-version : " ~1.20"
156
157
157
158
- name : Echo Go Cache Paths
@@ -252,6 +253,7 @@ jobs:
252
253
253
254
- uses : actions/setup-go@v4
254
255
with :
256
+ cache : false
255
257
go-version : " ~1.20"
256
258
257
259
- name : Echo Go Cache Paths
@@ -339,6 +341,7 @@ jobs:
339
341
340
342
- uses : actions/setup-go@v4
341
343
with :
344
+ cache : false
342
345
go-version : " ~1.20"
343
346
344
347
- name : Echo Go Cache Paths
@@ -429,6 +432,7 @@ jobs:
429
432
430
433
- uses : actions/setup-go@v4
431
434
with :
435
+ cache : false
432
436
go-version : " ~1.20"
433
437
434
438
- name : Echo Go Cache Paths
@@ -558,6 +562,7 @@ jobs:
558
562
559
563
- uses : actions/setup-go@v4
560
564
with :
565
+ cache : false
561
566
go-version : " ~1.20"
562
567
563
568
- uses : hashicorp/setup-terraform@v2
You can’t perform that action at this time.
0 commit comments