Unverified Commit 4e26ee1f authored by Derek Nola's avatar Derek Nola Committed by GitHub

Match setup-go caching key in GitHub Actions (#9890)

parent 81cd630f
...@@ -23,6 +23,7 @@ runs: ...@@ -23,6 +23,7 @@ runs:
path: | path: |
${{ env.GO_MODCACHE }} ${{ env.GO_MODCACHE }}
${{ env.GO_CACHE }} ${{ env.GO_CACHE }}
key: setup-go-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('go.sum') }} # Match the cache key to the setup-go action https://github.com/actions/setup-go/blob/main/src/cache-restore.ts#L34
key: setup-go-${{ runner.os }}-${{ env.ImageOS }}-go-${{ env.GO_VERSION }}-${{ hashFiles('go.sum') }}
restore-keys: | restore-keys: |
setup-go-${{ runner.os }}- setup-go-${{ runner.os }}-
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment