Skip to content

Commit 3834dfd

Browse files
Merge pull request #118 from olliewalsh/cache
Disable setup-go module caching
2 parents 04b91a8 + 9b048ac commit 3834dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-build-operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
uses: actions/setup-go@v4
126126
with:
127127
go-version: ${{ inputs.go_version }}
128+
cache: false
128129

129130
- name: Checkout ${{ inputs.operator_name }}-operator repository
130131
uses: actions/checkout@v4
@@ -216,6 +217,7 @@ jobs:
216217
uses: actions/setup-go@v4
217218
with:
218219
go-version: ${{ inputs.go_version }}
220+
cache: false
219221

220222
- name: Checkout ${{ inputs.operator_name }}-operator repository
221223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)