Skip to content

Commit 45dc0b3

Browse files
committed
Disabling cache in the setup-go steps of CI/CD
Signed-off-by: ytimocin <[email protected]>
1 parent f714348 commit 45dc0b3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/actions/setup-rad-cli/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ runs:
77
uses: actions/setup-go@v5
88
with:
99
go-version: ${{ env.GOVER }}
10+
cache: false
1011
- name: Get Go Cache path
1112
shell: bash
1213
id: go-cache-paths

.github/workflows/functional-test-cloud.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ jobs:
493493
uses: actions/setup-go@v5
494494
with:
495495
go-version: ${{ env.GOVER }}
496+
cache: false
496497

497498
- name: Get Go Cache path
498499
id: go-cache-paths

.github/workflows/functional-test-noncloud.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
uses: actions/setup-go@v5
180180
with:
181181
go-version: ${{ env.GOVER }}
182+
cache: false
182183

183184
- name: Get Go Cache path
184185
id: go-cache-paths

0 commit comments

Comments
 (0)