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 4076085b7f
commit 4ffb8c0ffa

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