Merge pull request #9535 from guggero/remove-caching

GitHub: remove duplicate caching
This commit is contained in:
Olaoluwa Osuntokun
2025-02-20 16:57:55 -08:00
committed by GitHub

View File

@@ -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' }}
@@ -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: |