Skip to content

Commit

Permalink
ci: add -core suffix to mods action (#15015)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shoenig committed Oct 24, 2022
1 parent 4076085 commit 4ffb8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ffb8c0

Please sign in to comment.