From 698355e6a24ba20108acfbd196b279b36727cc79 Mon Sep 17 00:00:00 2001 From: Sanjay Ghemawat Date: Tue, 27 Aug 2024 09:30:44 -0700 Subject: [PATCH] Fix caching for Go bootstrap compiler --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89185dd4..5734be42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,6 +45,8 @@ jobs: with: # Bootstrapping go tip requires 1.22.6 go-version: 1.22 + cache: true + cache-dependency-path: '**/go.sum' - name: Update Go version manually if: matrix.go == 'tip' @@ -111,6 +113,8 @@ jobs: with: # Bootstrapping go tip requires 1.22.6 go-version: 1.22 + cache: true + cache-dependency-path: '**/go.sum' - name: Update Go version manually if: matrix.go == 'tip'