Skip to content

Commit

Permalink
Fix caching for Go bootstrap compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ghemawat committed Aug 27, 2024
1 parent ebbaf40 commit 698355e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 698355e

Please sign in to comment.