From 4ffb8c0ffa5ca4730edc05260fed704ae61cbac2 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 24 Oct 2022 08:49:01 -0500 Subject: [PATCH] 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. --- .github/workflows/test-core.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-core.yaml b/.github/workflows/test-core.yaml index 98d9759eb..b1c21f799 100644 --- a/.github/workflows/test-core.yaml +++ b/.github/workflows/test-core.yaml @@ -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