ci: add -core suffix to mods action (#15015)

Forgot to add this line to the new mods action; without it, it
creates a cache different from the one used by the other jobs.
This commit is contained in:
Seth Hoenig 2022-10-24 08:49:01 -05:00 committed by GitHub
parent f4138a88e0
commit dd2999d6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
- uses: magnetikonline/action-golang-cache@v1
with:
go-version: ${{env.GO_VERSION}}
cache-key-suffix: -core
- name: Pre-cache Go modules
run: |
make tidy