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:
parent
f4138a88e0
commit
dd2999d6af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue