Skip to content

Commit

Permalink
Merge pull request #9535 from guggero/remove-caching
Browse files Browse the repository at this point in the history
GitHub: remove duplicate caching
  • Loading branch information
Roasbeef authored Feb 21, 2025
2 parents 553899b + dc64ea9 commit 27440e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
uses: actions/setup-go@v5
with:
go-version: '${{ inputs.go-version }}'
cache: 'false'

- name: go cache
if: ${{ inputs.use-build-cache == 'yes' }}
Expand All @@ -44,7 +45,7 @@ runs:
- name: go module cache
if: ${{ inputs.use-build-cache == 'no' }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
# Just the module download cache.
path: |
Expand Down

0 comments on commit 27440e8

Please sign in to comment.