Skip to content

Commit 39a78e0

Browse files
committed
caching is broken
1 parent 3758268 commit 39a78e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-go@v3
2727
with:
28-
cache: true
28+
cache: false
2929
go-version-file: 'go.mod'
3030

3131
- name: Test and build image
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/setup-go@v3
5656
with:
57-
cache: true
57+
cache: false
5858
go-version-file: 'go.mod'
5959

6060
- name: Create k8s Kind Cluster
@@ -88,7 +88,7 @@ jobs:
8888

8989
- uses: actions/setup-go@v3
9090
with:
91-
cache: true
91+
cache: false
9292
go-version-file: 'go.mod'
9393

9494
- name: bundle

0 commit comments

Comments
 (0)