Skip to content

Commit

Permalink
fix: add golang build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
samlm0 committed Jan 19, 2024
1 parent c3c5938 commit f2d6632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- uses: actions/download-artifact@master
with:
name: ui
Expand All @@ -62,6 +63,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- uses: actions/download-artifact@master
with:
name: ui
Expand Down

0 comments on commit f2d6632

Please sign in to comment.