From 84c4894bf71680d152f34fc5c03be63255d2cb4d Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 10:56:52 +0530 Subject: [PATCH] change cache key temporarily --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007a5540e..73a70255e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,7 +293,7 @@ jobs: path: | ~/.cache/go-build ~/go/pkg/mod - key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }} + key: ${{ runner.os }}-golang-${{ github.sha }} restore-keys: | ${{ runner.os }}-golang-