Skip to content

Commit

Permalink
Fix golang setup cache
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Jun 26, 2024
1 parent 73a2873 commit a83e5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'packages/testing-go/go/go.mod'
cache-dependency-path: |
packages/testing-go/go/go.sum
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit a83e5a7

Please sign in to comment.