From 92202e9b3d56c5c3e0ec53615bdc15bf025417b3 Mon Sep 17 00:00:00 2001 From: siyual-park Date: Fri, 15 Nov 2024 10:31:44 +0900 Subject: [PATCH] chore(fix): change cache key in ci --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46a46ba2d..2428feec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,7 @@ jobs: ~/.cache/go-build ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- + restore-keys: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - name: Initialize Project run: make init