Skip to content

Commit

Permalink
Disabling cache in the setup-go steps of CI/CD
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <[email protected]>
  • Loading branch information
ytimocin committed Jan 2, 2025
1 parent 710509a commit 233b9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-rad-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
cache: false
- name: Get Go Cache path
shell: bash
id: go-cache-paths
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functional-test-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
cache: false

- name: Get Go Cache path
id: go-cache-paths
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functional-test-noncloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
cache: false

- name: Get Go Cache path
id: go-cache-paths
Expand Down

0 comments on commit 233b9b8

Please sign in to comment.