Skip to content

Commit

Permalink
Enable Go module caching to speed up builds
Browse files Browse the repository at this point in the history
This caches based on the checksums

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 30, 2023
1 parent 8ee546c commit 7bef037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
cache: true

- uses: actions/setup-node@v3.6.0
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
cache: true

- uses: actions/setup-node@v3.6.0
with:
Expand Down

0 comments on commit 7bef037

Please sign in to comment.